From 6b74110e40d4929ac223921235c7af3b8226a1cf Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 3 Nov 2021 17:16:06 +0100 Subject: [PATCH] Update variables.mdx (#11375) fix #11354 --- website/content/guides/hcl/variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guides/hcl/variables.mdx b/website/content/guides/hcl/variables.mdx index 9b037f248..979db040a 100644 --- a/website/content/guides/hcl/variables.mdx +++ b/website/content/guides/hcl/variables.mdx @@ -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"