Skip to content

Commit

Permalink
Add required kubernetes_version attribute to example
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Jan 8, 2024
1 parent 1271e95 commit 7d778d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform-provider-constellation/docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "..."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "..."
Expand Down

0 comments on commit 7d778d1

Please sign in to comment.