mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-03 12:36:09 -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
|
@ -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 = "..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue