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 5537474 commit f5b6eadCopy full SHA for f5b6ead
modules/multi-runner/variables.tf
@@ -36,7 +36,7 @@ variable "multi_runner_config" {
36
http_tokens = "optional"
37
http_put_response_hop_limit = 1
38
})
39
- ami_filter = optional(map(list(string)), null)
+ ami_filter = optional(map(list(string)), { state = ["available"] })
40
ami_owners = optional(list(string), ["amazon"])
41
ami_id_ssm_parameter_name = optional(string, null)
42
ami_kms_key_arn = optional(string, "")
0 commit comments