Skip to content

Commit

Permalink
Update variables.mdx (hashicorp#11375)
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Nov 3, 2021
1 parent 67d56ec commit 6b74110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/guides/hcl/variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ support for the `us-west-2` region as well:

```hcl
variable "amis" {
type = map
type = map(string)
default = {
"us-east-1" = "ami-b374d5a5"
"us-west-2" = "ami-4b32be2b"
Expand Down

0 comments on commit 6b74110

Please sign in to comment.