Skip to content

Commit 68ccd80

Browse files
committed
chore: adding azuread group to time sleep
1 parent 8089321 commit 68ccd80

File tree

1 file changed

+1
-1
lines changed
  • modules/azure/github-actions-terraform-setup/buildingblock

1 file changed

+1
-1
lines changed

modules/azure/github-actions-terraform-setup/buildingblock/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "azurerm_role_assignment" "starterkit_deploy" {
1616
}
1717

1818
resource "time_sleep" "wait" {
19-
depends_on = [azurerm_role_assignment.starterkit_deploy]
19+
depends_on = [azurerm_role_assignment.starterkit_deploy, data.azuread_group.project_admins]
2020

2121
create_duration = "2m"
2222
}

0 commit comments

Comments
 (0)