Skip to content

Commit

Permalink
new cat
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeker12 committed Oct 31, 2024
1 parent de2c910 commit 3faaa80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workload/terraform/jamfpro/categories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ resource "jamfpro_category" "category_6" {
count = 25
name = "Category Volume Test - ${count.index}"
}

resource "jamfpro_category" "category_7" {
name = "Marketing - JL Demo V2 - 10"
}

0 comments on commit 3faaa80

Please sign in to comment.