mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
Setting up test infrastructure pipeline v10
This commit is contained in:
parent
1dea7be8a2
commit
788355ab4a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/setup-infra-pipeline.yml
vendored
4
.github/workflows/setup-infra-pipeline.yml
vendored
|
@ -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 tfstatestorageaccount25131241 \
|
--name tfstatestorageaccount25 \
|
||||||
--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 tfstatestorageaccount25131241
|
--account-name tfstatestorageaccount25
|
||||||
|
|
||||||
az ad sp create-for-rbac \
|
az ad sp create-for-rbac \
|
||||||
--name "terraform-github-actions" \
|
--name "terraform-github-actions" \
|
||||||
|
|
Loading…
Reference in a new issue