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.
2 parents 4e8ddbb + 854662c commit 811554eCopy full SHA for 811554e
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