From 51eca14faa4dc71c67668a1299867d631182de84 Mon Sep 17 00:00:00 2001 From: Marvin Gajek Date: Sun, 28 Apr 2024 12:19:54 +0200 Subject: [PATCH] rename GH action --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 39a6c66..9683350 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -37,7 +37,7 @@ jobs: - name: Terraform Init run: terraform init # should be only deployed once. Ensure to manually destroy the ACR in the Azure Portal Web UI working-directory: ./devops/terraform - - name: Deploy Storage Account backend + - name: Deploy Storage backends run: terraform apply --auto-approve continue-on-error: false working-directory: ./devops/terraform