From 1dea7be8a2b6720d46006e4699f0408a7bc053dd Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 28 Mar 2025 10:38:16 +0100 Subject: [PATCH] Setting up test infrastructure pipeline v9 --- .github/workflows/setup-infra-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 2b6443974..644ba9b0a 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 tfstatestorageaccount-25131241 \ + --name tfstatestorageaccount25131241 \ --resource-group tfstate-rg \ --location eastus \ --sku Standard_LRS \ @@ -50,7 +50,7 @@ jobs: az storage container create \ --name tfstate \ - --account-name tfstatestorageaccount + --account-name tfstatestorageaccount25131241 az ad sp create-for-rbac \ --name "terraform-github-actions" \