Skip to content

Commit

Permalink
Merge pull request #11 from depot/fix-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Jun 23, 2023
2 parents 4e8ddbb + 854662c commit 811554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variable "allow-ssm-access" {
}

variable "extra-env" {
type = list({ key = string, value = string })
type = list(object({ key = string, value = string }))
description = "Extra environment variables to set on the cloud-agent"
default = []
}
Expand Down

0 comments on commit 811554e

Please sign in to comment.