Add required kubernetes_version attribute to example

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-01-08 13:05:01 +01:00 committed by Daniel Weiße
parent 1271e95c0c
commit 7d778d1b5b
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ resource "constellation_cluster" "azure_example" {
master_secret_salt = random_bytes.master_secret_salt.hex
measurement_salt = random_bytes.measurement_salt.hex
out_of_cluster_endpoint = "123.123.123.123"
kubernetes_version = "v1.2.3"
azure = {
tenant_id = "..."
subscription_id = "..."

View File

@ -25,6 +25,7 @@ resource "constellation_cluster" "azure_example" {
master_secret_salt = random_bytes.master_secret_salt.hex
measurement_salt = random_bytes.measurement_salt.hex
out_of_cluster_endpoint = "123.123.123.123"
kubernetes_version = "v1.2.3"
azure = {
tenant_id = "..."
subscription_id = "..."