From 0752b0bff9053cd2a9d402235884318c70fab485 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:22:00 +0200 Subject: [PATCH] terraform-provider-constellation: set correct cc_technology in GCP example --- terraform-provider-constellation/examples/full/gcp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-provider-constellation/examples/full/gcp/main.tf b/terraform-provider-constellation/examples/full/gcp/main.tf index 9f8df7a080..04ede4b59f 100644 --- a/terraform-provider-constellation/examples/full/gcp/main.tf +++ b/terraform-provider-constellation/examples/full/gcp/main.tf @@ -24,7 +24,7 @@ locals { control_plane_count = 3 worker_count = 2 instance_type = "n2d-standard-4" - cc_technology = "SEV" + cc_technology = "SEV_SNP" master_secret = random_bytes.master_secret.hex master_secret_salt = random_bytes.master_secret_salt.hex