terraform/website/source/intro
James Nugent e57a399d71 core: Use native HIL maps instead of flatmaps
This changes the representation of maps in the interpolator from the
dotted flatmap form of a string variable named "var.variablename.key"
per map element to use native HIL maps instead.

This involves porting some of the interpolation functions in order to
keep the tests green, and adding support for map outputs.

There is one backwards incompatibility: as a result of an implementation
detail of maps, one could access an indexed map variable using the
syntax "${var.variablename.key}".

This is no longer possible - instead HIL native syntax -
"${var.variablename["key"]}" must be used. This was previously
documented, (though not heavily used) so it must be noted as a backward
compatibility issue for Terraform 0.7.
2016-05-10 14:49:13 -04:00
..
examples fix spelling 2016-03-09 17:10:16 -08:00
getting-started core: Use native HIL maps instead of flatmaps 2016-05-10 14:49:13 -04:00
vs docs: remove note about openstack 2015-04-09 14:15:21 -05:00
hashicorp-ecosystem.html.markdown Fix trailing slash in Atlas Mindset URL 2016-02-05 22:25:22 +00:00
index.html.markdown Add meta descriptions to all pages 2014-10-21 23:21:56 -04:00
use-cases.html.markdown Use HTTPS + www. for links 2016-01-14 16:03:26 -05:00