terraform/builtin
Paul Hinze 4f400a1944 provider/google: one more fix to GCE metadata
In #3501 @lwander got us almost all the way there, but we still had
tests failing. This seemed to be because GCE sets
`metadata.startup-script` to a blank string on instance creation, and if
a user specifies any `metadata` in their config this is seen as the
desired full contents of metadata, so we get a diff trying to remove
`startup-script`.

Here, to address this, we just proactively remove the "startup-script"
key from `Read`, and then we enforce that "metadata_startup_script"
is the only way to configure startup scripts on instances.
2015-10-14 21:34:33 -05:00
..
bins Merge pull request #3419 from rakutentech/add-vsphere-provider 2015-10-12 10:13:38 -05:00
providers provider/google: one more fix to GCE metadata 2015-10-14 21:34:33 -05:00
provisioners gofmt files from recently merged PRs 2015-10-07 13:35:06 -07:00