terraform-provider-constellation: set correct cc_technology in GCP example (#3352)

This commit is contained in:
Moritz Sanft 2024-09-12 13:31:21 +02:00 committed by GitHub
parent 7e9c316201
commit 5f5df1fc36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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