-
-
Couldn't load subscription status.
- Fork 4.3k
Closed
Description
At the moment, only instance_type is supported, as spotted in workers_launch_template.tf
content {
instance_type = override.value
}
should add WeightedCapacity:
override_instance_types = [{"instance_type"= "t3.xlarge", "weighted_capacity"="1"}]
content {
instance_type = override.value.instance_type
weighted_capacity = override.value.weighted_capacity
}
Metadata
Metadata
Assignees
Labels
No labels