Skip to content

Commit 811554e

Browse files
Merge pull request #11 from depot/fix-typo
2 parents 4e8ddbb + 854662c commit 811554e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ variable "allow-ssm-access" {
5555
}
5656

5757
variable "extra-env" {
58-
type = list({ key = string, value = string })
58+
type = list(object({ key = string, value = string }))
5959
description = "Extra environment variables to set on the cloud-agent"
6060
default = []
6161
}

0 commit comments

Comments
 (0)