generated from deploymenttheory/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63a85c1
commit 00aea81
Showing
1 changed file
with
3 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,5 @@ | ||
# Terraform Demo for Jamf Pro V2 | ||
|
||
### Issues and Bugs | ||
## Overview | ||
|
||
If you find any bugs, please file an issue in the [GitHub Issues][GitHubIssues] page. Please fill out the provided template with the appropriate information. | ||
|
||
If you are taking the time to mention a problem, even a seemingly minor one, it is greatly appreciated, and a totally valid contribution to this project. **Thank you!** | ||
|
||
## Feedback | ||
|
||
If there is a feature you would like to see in here, please file an issue or feature request in the [GitHub Issues][GitHubIssues] page to provide direct feedback. | ||
|
||
## Contribution | ||
|
||
If you would like to become an active contributor to this repository or project, please follow the instructions provided in [`CONTRIBUTING.md`][Contributing]. | ||
|
||
## Learn More | ||
|
||
* [GitHub Documentation][GitHubDocs] | ||
* [Azure DevOps Documentation][AzureDevOpsDocs] | ||
* [Microsoft Azure Documentation][MicrosoftAzureDocs] | ||
|
||
<!-- References --> | ||
|
||
<!-- Local --> | ||
[ProjectSetup]: <https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions> | ||
[CreateFromTemplate]: <https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template> | ||
[GitHubDocs]: <https://docs.github.com/> | ||
[AzureDevOpsDocs]: <https://docs.microsoft.com/en-us/azure/devops/?view=azure-devops> | ||
[GitHubIssues]: <https://github.com/segraef/Template/issues> | ||
[Contributing]: CONTRIBUTING.md | ||
|
||
<!-- External --> | ||
[Az]: <https://img.shields.io/powershellgallery/v/Az.svg?style=flat-square&label=Az> | ||
[AzGallery]: <https://www.powershellgallery.com/packages/Az/> | ||
[PowerShellCore]: <https://github.com/PowerShell/PowerShell/releases/latest> | ||
|
||
<!-- Docs --> | ||
[MicrosoftAzureDocs]: <https://docs.microsoft.com/en-us/azure/> | ||
[PowerShellDocs]: <https://docs.microsoft.com/en-us/powershell/> | ||
This repository contains an example automated workflow for using Terraform to manage Jamf Pro configuration across multiple environments in a Route To Live (RTL) arrangement. This example leverages the [Jamf Pro Terraform Provider](https://github.com/deploymenttheory/terraform-provider-jamfpro) and Hashicorp Terraform Cloud Workspaces. The workflows found here automate the planning, application and release process of your changes - ensuring only tested, versioned and approved code reaches production in the same state it was tested in. |