File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
modules/azure/github-actions-terraform-setup/buildingblock Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "github_repository_file" "provider_tf" {
65
65
EOT
66
66
}
67
67
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
69
69
resource "time_sleep" "wait" {
70
70
create_duration = " 4m"
71
71
}
@@ -76,8 +76,7 @@ resource "github_repository_file" "backend_tf" {
76
76
azurerm_role_assignment . ghaction_tfstate ,
77
77
azurerm_role_assignment . ghactions_register ,
78
78
azurerm_role_assignment . ghactions_app
79
-
80
- ] # Wait with creating the Repo until the UAMI all the permissions needed to execute the pipeline
79
+ ]
81
80
82
81
repository = data. github_repository . repository . name
83
82
commit_message = " Configuring terraform backend to store state in your subscription"
You can’t perform that action at this time.
0 commit comments