We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc9168 commit 81bf853Copy full SHA for 81bf853
variables.tf
@@ -135,7 +135,7 @@ variable "runner_instance" {
135
}
136
137
variable "runner_ami_filter" {
138
- description = "List of maps used to create the AMI filter for the Runner AMI. Must resolve to an Amazon Linux 2023 image."
+ description = "List of maps used to create the AMI filter for the Runner AMI. Must resolve to an Amazon Linux 1, 2 or 2023 image."
139
type = map(list(string))
140
141
default = {
0 commit comments