From c7edf6b9c49471ef5d7641897317ccaefdee0d74 Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 28 Mar 2025 10:35:45 +0100 Subject: [PATCH] Setting up test infrastructure pipeline v8 --- .github/workflows/setup-infra-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 223ddc7aa..2b6443974 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 \ + --name tfstatestorageaccount-25131241 \ --resource-group tfstate-rg \ --location eastus \ --sku Standard_LRS \