Setting up test infrastructure pipeline v11

This commit is contained in:
Piasecki-grid 2025-03-28 10:52:20 +01:00
parent 788355ab4a
commit be3e1b00c4

View file

@ -51,11 +51,6 @@ jobs:
az storage container create \
--name tfstate \
--account-name tfstatestorageaccount25
az ad sp create-for-rbac \
--name "terraform-github-actions" \
--role Contributor \
--scopes /subscriptions/${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Terraform Init
run: |