terraform/builtin
Evan Brown 7d5c405c96 providers/google: Fix google_project IAM bug
This changes removes read of the deprecated `policy_data` attr in
the `google_project` resource.

0.8.5 introduced new behavior that incorrectly read the `policy_data`
field during the read lifecycle event. This caused Terraform to
assume it owned not just policy defined in the data source, but
everything that was associated with the project. Migrating from 0.8.4
to 0.8.5, this would cause the config (partial) to be compared to the
state (complete, as it was read from the API) and assume some
policies had been explicitly deleted. Terraform would then delete them.

Fixes #11556
2017-02-06 14:16:22 -08:00
..
bins update privisioner bins to use new functions 2017-01-26 15:09:15 -08:00
providers providers/google: Fix google_project IAM bug 2017-02-06 14:16:22 -08:00
provisioners Fix cancellation when spawning a subprocess 2017-02-01 12:01:29 -05:00