diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 644ba9b0a..73a1790fd 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -42,7 +42,7 @@ jobs: az group create --name tfstate-rg --location eastus az storage account create \ - --name tfstatestorageaccount25131241 \ + --name tfstatestorageaccount25 \ --resource-group tfstate-rg \ --location eastus \ --sku Standard_LRS \ @@ -50,7 +50,7 @@ jobs: az storage container create \ --name tfstate \ - --account-name tfstatestorageaccount25131241 + --account-name tfstatestorageaccount25 az ad sp create-for-rbac \ --name "terraform-github-actions" \