terraform/builtin
Paddy e1a5805833 Fix instance/template metadata support
Update our instance template to include metadata_startup_script, to
match our instance resource. Also, we've resolved the diff errors around
metadata.startup-script, and people want to use that to create startup
scripts that don't force a restart when they're changed, so let's stop
disallowing it.

Also, we had a bunch of calls to `schema.ResourceData.Set` that ignored
the errors, so I added error handling for those calls. It's mostly
bundled with this code because I couldn't be sure whether it was the
root of bugs or not, so I took care of it while addressing the startup
script issue.
2016-12-05 02:45:28 -08:00
..
bins "vault" provider registration 2016-10-29 23:16:57 -07:00
providers Fix instance/template metadata support 2016-12-05 02:45:28 -08:00
provisioners Add ability to skip chef registration 2016-10-01 00:49:39 +02:00