mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-03 02:50:03 -05:00
Add required kubernetes_version attribute to example
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
1271e95c0c
commit
7d778d1b5b
@ -40,6 +40,7 @@ resource "constellation_cluster" "azure_example" {
|
|||||||
master_secret_salt = random_bytes.master_secret_salt.hex
|
master_secret_salt = random_bytes.master_secret_salt.hex
|
||||||
measurement_salt = random_bytes.measurement_salt.hex
|
measurement_salt = random_bytes.measurement_salt.hex
|
||||||
out_of_cluster_endpoint = "123.123.123.123"
|
out_of_cluster_endpoint = "123.123.123.123"
|
||||||
|
kubernetes_version = "v1.2.3"
|
||||||
azure = {
|
azure = {
|
||||||
tenant_id = "..."
|
tenant_id = "..."
|
||||||
subscription_id = "..."
|
subscription_id = "..."
|
||||||
|
@ -25,6 +25,7 @@ resource "constellation_cluster" "azure_example" {
|
|||||||
master_secret_salt = random_bytes.master_secret_salt.hex
|
master_secret_salt = random_bytes.master_secret_salt.hex
|
||||||
measurement_salt = random_bytes.measurement_salt.hex
|
measurement_salt = random_bytes.measurement_salt.hex
|
||||||
out_of_cluster_endpoint = "123.123.123.123"
|
out_of_cluster_endpoint = "123.123.123.123"
|
||||||
|
kubernetes_version = "v1.2.3"
|
||||||
azure = {
|
azure = {
|
||||||
tenant_id = "..."
|
tenant_id = "..."
|
||||||
subscription_id = "..."
|
subscription_id = "..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user