Ryan Oaks
Ryan Oaks
This is blocked on failing tests
Overall code looks good to me, and the changes make sense to me as an add-on of the initial Terraform implementation of this resource. Note that this repo should autogenerate...
/gcbrun
Note that ServiceConnectionPolicies was added by the linked PR, but ServiceClass is still not implemented.
I reproduced these steps and did not get the erroneous result of the `google_certificate_manager_certificate` still being flagged as `usedBy`. I used a config closer to our docs examples that included...
@ThuanNguyen123456 I'm still having trouble reproducing this issue, including using conditions in the logic as you mentioned. Are you able to reproduce this within an arbitrary environment, or are you...
Yea, this is relatively complicated. The `detect_md5hash` solution seems to fundamentally be at odds with Terraform paradigms (see https://developer.hashicorp.com/terraform/plugin/sdkv2/guides/terraform-0.12-compatibility#inaccurate-plans), in that it is explicitly communicating a planned value of `different...