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 4e8ddbb commit 854662cCopy full SHA for 854662c
variables.tf
@@ -55,7 +55,7 @@ variable "allow-ssm-access" {
55
}
56
57
variable "extra-env" {
58
- type = list({ key = string, value = string })
+ type = list(object({ key = string, value = string }))
59
description = "Extra environment variables to set on the cloud-agent"
60
default = []
61
0 commit comments