We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882be2b commit be27dc4Copy full SHA for be27dc4
main.tf
@@ -63,7 +63,7 @@ module "node" {
63
max_size = local.instance_capacity.max
64
max_instance_lifetime = "604800"
65
wait_for_capacity_timeout = "300s"
66
- tag_specifications_resource_types = ["instance", "volume", "spot-instances-request"]
+ tag_specifications_resource_types = var.instance_spot.enabled ? ["instance", "volume", "spot-instances-request"] : ["instance", "volume"]
67
68
mixed_instances_policy = {
69
instances_distribution = {
0 commit comments