website: add listmap anchor to upgrade guide

linked from blog post
This commit is contained in:
Paul Hinze 2016-08-02 14:13:25 -05:00
parent 9306e29651
commit 79f2f229b1
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ resource "aws_instance" "example" {
} }
``` ```
<a id="listmap"></a>
## Migrating to native lists and maps ## 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. 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.