From 239b83e21b9f12b5cedf5926bc9e7359fb398fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Tue, 27 Aug 2024 13:17:45 +0200 Subject: [PATCH] Set Azure subscription ID when applying Terraform files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/e2e-test-provider-example.yml | 13 +++++++++++++ cli/internal/cloudcmd/tfvars.go | 1 + cli/internal/terraform/variables.go | 2 ++ dev-docs/howto/vpn/on-prem-terraform/main.tf | 4 ++++ dev-docs/howto/vpn/on-prem-terraform/variables.tf | 6 ++++++ dev-docs/miniconstellation/azure-terraform/main.tf | 3 +++ e2e/miniconstellation/main.tf | 3 +++ terraform/infrastructure/azure/main.tf | 8 ++++++-- .../infrastructure/azure/modules/scale_set/main.tf | 1 + terraform/infrastructure/azure/variables.tf | 6 ++++++ terraform/infrastructure/iam/azure/main.tf | 4 ++++ terraform/infrastructure/iam/azure/variables.tf | 6 ++++++ 12 files changed, 55 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test-provider-example.yml b/.github/workflows/e2e-test-provider-example.yml index 592492f847..253937fa70 100644 --- a/.github/workflows/e2e-test-provider-example.yml +++ b/.github/workflows/e2e-test-provider-example.yml @@ -305,11 +305,24 @@ jobs: run: | cat >> _override.tf <> _override.tf <