From 79f2f229b1bfd5a8a54aa592086a45ea3d4643e2 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 2 Aug 2016 14:13:25 -0500 Subject: [PATCH] website: add listmap anchor to upgrade guide linked from blog post --- website/source/upgrade-guides/0-7.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/upgrade-guides/0-7.html.markdown b/website/source/upgrade-guides/0-7.html.markdown index 6ba96193d..a29ac6621 100644 --- a/website/source/upgrade-guides/0-7.html.markdown +++ b/website/source/upgrade-guides/0-7.html.markdown @@ -134,6 +134,8 @@ resource "aws_instance" "example" { } ``` + + ## Migrating to native lists and maps Terraform 0.7 now supports lists and maps as first-class constructs. Although the patterns commonly used in previous versions still work (excepting any compatibility notes), there are now patterns with cleaner syntax available.