terraform-provider-constellation: set correct cc_technology in GCP example

This commit is contained in:
Moritz Sanft 2024-09-12 13:22:00 +02:00
parent 7e9c316201
commit 0752b0bff9
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

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