From 1271e95c0c4070a20f242b729202a5e158cbf70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Mon, 8 Jan 2024 13:04:44 +0100 Subject: [PATCH] Fix missing Kubernetes version for Terraform e2e test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/actions/terraform_apply/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/terraform_apply/action.yml b/.github/actions/terraform_apply/action.yml index 0513ad79b7..2b2cfabce3 100644 --- a/.github/actions/terraform_apply/action.yml +++ b/.github/actions/terraform_apply/action.yml @@ -83,6 +83,7 @@ runs: measurement_salt = random_bytes.measurement_salt.hex out_of_cluster_endpoint = "$(yq '.infrastructure.clusterEndpoint' constellation-state.yaml)" in_cluster_endpoint = "$(yq '.infrastructure.inClusterEndpoint' constellation-state.yaml)" + kubernetes_version = "$(yq '.kubernetesVersion' constellation-conf.yaml)" azure = { count = "$(yq '.provider | keys | .[0]' constellation-conf.yaml)" == "azure" ? 1 : 0 tenant_id = "$(yq '.provider.azure.tenant' constellation-conf.yaml)"