Skip to content

Commit

Permalink
✨(tf): remove test group
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Klingenberg <[email protected]>
  • Loading branch information
fredrkl committed May 13, 2024
1 parent 99693f5 commit 1eef490
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ resource "azuread_group" "main" {
}

resource "azuread_group" "pim_group_demo" {
display_name = "pim-group-tf-demo"
security_enabled = true
}

resource "azuread_group" "pim_group_no_owner" {
display_name = "pim-group-tf-no_owner"
display_name = "pim-group-tf-demo-latest"
security_enabled = true
}

Expand Down

0 comments on commit 1eef490

Please sign in to comment.