Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit f5b6ead

Browse files
authored
fix: add state for multi-runner default ami-filter (#3373)
1 parent 5537474 commit f5b6ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/multi-runner/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ variable "multi_runner_config" {
3636
http_tokens = "optional"
3737
http_put_response_hop_limit = 1
3838
})
39-
ami_filter = optional(map(list(string)), null)
39+
ami_filter = optional(map(list(string)), { state = ["available"] })
4040
ami_owners = optional(list(string), ["amazon"])
4141
ami_id_ssm_parameter_name = optional(string, null)
4242
ami_kms_key_arn = optional(string, "")

0 commit comments

Comments
 (0)