Skip to content

Commit

Permalink
terraform-provider-constellation: set correct cc_technology in GCP ex…
Browse files Browse the repository at this point in the history
…ample
  • Loading branch information
msanft committed Sep 12, 2024
1 parent 7e9c316 commit 0752b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-provider-constellation/examples/full/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0752b0b

Please sign in to comment.