terraform-provider-google/vendor
Paddy Carver 2fc8da91e7 Fix Dana's comments, expand images to self_links.
Fix Dana's comments, one of which exposed a bug: we weren't actually
fixing the diff. Because resolveImage can return multiple formats, and
only returns a self_link if a self_link is passed in, it was diffing
more often than not against a self_link supplied in the config. We just
had a bug in our CustomizeDiff function that concealed this.

I added the resolvedImageSelfLink helper function to turn the output
from resolveImage into a self_link, which fixes the problem. It also has
the knock-on effect of fixing #2067 at the same time, which is nice. I
decided to add another function instead of just modifying resolveImage
to always return a self_link because I don't want to deal with the
backwards compatibility problems of changing how we're storing a bunch
of things in state this close to 1.19.0. And honestly, we should
probably just be storing the self_link always, _anyways_.
2018-10-02 01:11:03 -07:00
..
cloud.google.com/go Add support for instance_type to google_bigtable_instance. (#313) 2017-08-11 14:43:00 -07:00
github.com Update helper/schema vendor. 2018-09-26 14:22:52 -07:00
golang.org/x Upgrade terraform core to v0.11.2 (#940) 2018-01-10 10:52:15 -08:00
google.golang.org Updating the GCP dns api client. 2018-09-05 14:13:53 -07:00
vendor.json Fix Dana's comments, expand images to self_links. 2018-10-02 01:11:03 -07:00