Fix missing Kubernetes version for Terraform e2e test

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-01-08 13:04:44 +01:00 committed by Daniel Weiße
parent 90f3336c8e
commit 1271e95c0c

View File

@ -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)"