mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
terraform-provider-constellation: set correct cc_technology in GCP example (#3352)
This commit is contained in:
parent
7e9c316201
commit
5f5df1fc36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user