mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-23 22:44:47 -04: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
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue