cli: add TF variable passthrough for GCP SEV-SNP variables

This commit is contained in:
Moritz Sanft 2024-04-04 16:34:52 +02:00
parent 68037cf364
commit 4298fcfb8e
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -136,6 +136,8 @@ type GCPClusterVariables struct {
CustomEndpoint string `hcl:"custom_endpoint" cty:"custom_endpoint"`
// InternalLoadBalancer is true if an internal load balancer should be created.
InternalLoadBalancer bool `hcl:"internal_load_balancer" cty:"internal_load_balancer"`
// CCTechnology is the confidential computing technology to use on the VMs. (`SEV` or `SEV_SNP`)
CCTechnology string `hcl:"cc_technology" cty:"cc_technology"`
}
// GetCreateMAA gets the CreateMAA variable.