Skip to content

Commit

Permalink
fix: add state for multi-runner default ami-filter (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm authored Jul 20, 2023
1 parent 5537474 commit f5b6ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/multi-runner/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variable "multi_runner_config" {
http_tokens = "optional"
http_put_response_hop_limit = 1
})
ami_filter = optional(map(list(string)), null)
ami_filter = optional(map(list(string)), { state = ["available"] })
ami_owners = optional(list(string), ["amazon"])
ami_id_ssm_parameter_name = optional(string, null)
ami_kms_key_arn = optional(string, "")
Expand Down

0 comments on commit f5b6ead

Please sign in to comment.