Skip to content

Commit 38adfbd

Browse files
committed
chore: whitespace and move comment
1 parent fad7065 commit 38adfbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "github_repository_file" "provider_tf" {
6565
EOT
6666
}
6767

68-
# it takes some time until the permissions of the UAMI are propagated in Azure
68+
# Wait with creating the Repo until the UAMI all the permissions needed to execute the pipeline
6969
resource "time_sleep" "wait" {
7070
create_duration = "4m"
7171
}
@@ -76,8 +76,7 @@ resource "github_repository_file" "backend_tf" {
7676
azurerm_role_assignment.ghaction_tfstate,
7777
azurerm_role_assignment.ghactions_register,
7878
azurerm_role_assignment.ghactions_app
79-
80-
] # Wait with creating the Repo until the UAMI all the permissions needed to execute the pipeline
79+
]
8180

8281
repository = data.github_repository.repository.name
8382
commit_message = "Configuring terraform backend to store state in your subscription"

0 commit comments

Comments
 (0)