mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-22 16:19:19 -04:00
code for additional tags in aws
This commit is contained in:
parent
447a757e5e
commit
aaa226f707
@ -104,6 +104,7 @@ func awsTerraformVars(conf *config.Config, imageRef string) *terraform.AWSCluste
|
||||
EnableSNP: conf.GetAttestationConfig().GetVariant().Equal(variant.AWSSEVSNP{}),
|
||||
CustomEndpoint: conf.CustomEndpoint,
|
||||
InternalLoadBalancer: conf.InternalLoadBalancer,
|
||||
AdditionalTags: conf.Tags,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -70,6 +70,8 @@ type AWSClusterVariables 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"`
|
||||
// AdditionalTags describes (optional) additional tags that should be applied to created resources.
|
||||
AdditionalTags cloudprovider.Tags
|
||||
}
|
||||
|
||||
// GetCreateMAA gets the CreateMAA variable.
|
||||
|
Loading…
x
Reference in New Issue
Block a user