Setting up test infrastructure pipeline v9

This commit is contained in:
Piasecki-grid 2025-03-28 10:38:16 +01:00
parent c7edf6b9c4
commit 1dea7be8a2

View file

@ -42,7 +42,7 @@ jobs:
az group create --name tfstate-rg --location eastus az group create --name tfstate-rg --location eastus
az storage account create \ az storage account create \
--name tfstatestorageaccount-25131241 \ --name tfstatestorageaccount25131241 \
--resource-group tfstate-rg \ --resource-group tfstate-rg \
--location eastus \ --location eastus \
--sku Standard_LRS \ --sku Standard_LRS \
@ -50,7 +50,7 @@ jobs:
az storage container create \ az storage container create \
--name tfstate \ --name tfstate \
--account-name tfstatestorageaccount --account-name tfstatestorageaccount25131241
az ad sp create-for-rbac \ az ad sp create-for-rbac \
--name "terraform-github-actions" \ --name "terraform-github-actions" \