File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1+ # This workflow allows you to destroy the deployed resources using azd down command.
2+ # It is triggered manually via the GitHub UI.
13name : " CI Destroy Resources"
24on :
3- push :
4- branches :
5- - " sbaidachni/azddown"
65 workflow_dispatch :
76 inputs :
87 azd_environment_name :
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ resource "time_sleep" "wait_for_rbac" {
236236 azurerm_role_assignment . terraform_deployment_container_file_access ,
237237 # Script identity storage permissions
238238 azurerm_role_assignment . script_deployment_container_blob_contributor ,
239- azurerm_role_assignment . script_deployment_container_file_contributo ,
239+ azurerm_role_assignment . script_deployment_container_file_contributor ,
240240 # Main storage permissions (write access needed for upload_data.py to upload data files)
241241 azurerm_role_assignment . script_main_storage_blob_contributor ,
242242 # AI Search permissions
You can’t perform that action at this time.
0 commit comments