From 8c04003d8bdd8ca280e8eb212a71d6a250741a41 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 14 Nov 2024 19:23:44 +0100 Subject: [PATCH] remove what-if flag --- .github/workflows/infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 602db7a..406ff7b 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -32,4 +32,4 @@ jobs: with: azcliversion: 2.66.0 inlineScript: | - az deployment sub create --location westeurope --template-file infrastructure/main.bicep --parameters infrastructure/params/prod.bicepparam --what-if + az deployment sub create --location westeurope --template-file infrastructure/main.bicep --parameters infrastructure/params/prod.bicepparam