Skip to content

Commit

Permalink
chore: Update Azure storage container name for state files
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Sep 5, 2024
1 parent 39876cc commit 8b352aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tf_key: tf-mod-tests-aci-int ## (Required) AZ backend - Specifies name that will be given to terraform state file and plan artifact (testing state)
az_resource_group: Terraform-GitHub-Backend ## (Required) AZ backend - AZURE Resource Group hosting terraform backend storage account
az_storage_acc: tfgithubbackendsa ## (Required) AZ backend - AZURE terraform backend storage account
az_container_name: gh-sonarqube-aci-int ## (Required) AZ backend - AZURE storage container hosting state files
az_container_name: gh-sonarq-aci-int ## (Required) AZ backend - AZURE storage container hosting state files
arm_client_id: ${{ secrets.ARM_CLIENT_ID }} ## (Required - Actions Secrets) ARM Client ID
arm_client_secret: ${{ secrets.ARM_CLIENT_SECRET }} ## (Required - Actions Secrets) ARM Client Secret
arm_subscription_id: ${{ secrets.ARM_SUBSCRIPTION_ID }} ## (Required - Actions Secrets) ARM Subscription ID
Expand Down

0 comments on commit 8b352aa

Please sign in to comment.