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 7545d3c commit 76ce2c5Copy full SHA for 76ce2c5
group/asg/variables.tf
@@ -10,7 +10,7 @@ variable "stack_item_label" {
10
}
11
12
variable "additional_asg_tags" {
13
- type = list(string)
+ type = list(any)
14
default = []
15
16
group/variables.tf
@@ -208,7 +208,7 @@ variable "user_data" {
208
209
## ASG parameters
210
211
- type = list(map)
212
description = "Additional tags to apply at the ASG level, if any"
213
214
0 commit comments