Skip to content

Commit

Permalink
Refactor backend.tf to update Jamf Pro workspace tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ShocOne committed Sep 26, 2024
1 parent 452b3b1 commit 2d6e486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
*.tfstate

2 changes: 1 addition & 1 deletion workload/terraform/jamfpro/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
cloud {
organization = "deploymenttheory"
workspaces {
tags = ["Jamf Pro"]
tags = ["jamf_pro"]
}
}
}

0 comments on commit 2d6e486

Please sign in to comment.