Update variables.mdx (#11375)

fix #11354
pull/11376/head
Adrien Delorme 5 years ago committed by GitHub
parent 67d56ece96
commit 6b74110e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save