Edward Sun

Results 162 comments of Edward Sun

@JordanStebbings when you create a function through `google_cloudfunctions_function`, the provider calls api service https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations.functions/create. Currently by default, api creates `google_cloudfunctions_function` and implicitly creates an iam object which binds `allUsers` to...

@oleksiilopasov unfortunately this is not the case. Once you apply changes on `google_pubsub_schema`, there is no mechanism in terraform that can **_inform_** `google_pubsub_topic`. One of the solutions you may consider...

@oleksiilopasov did you say it should trigger to recreate `google_pubsub_topic`? I don't think so. Did you see `force recreate` on this resource in the plan? It was not in the...

@oleksiilopasov sorry about the inconvenience, but I think that is the way by design at Terraform level across all providers. You may think of building `modules` that can put individual...

https://github.com/GoogleCloudPlatform/magic-modules/pull/6165#pullrequestreview-1030611518

@ArsenyBelorukov I don't understand what the issue here. Here is what I can see from the log you provided. Can you clarify what was wrong? Initial state ```tf "aliasIpRanges": [...

@ArsenyBelorukov here is the reason why it behaves this way. This is by design. Closing the issue then _Alias IP ranges cannot be updated; they must be removed and then...

@ArsenyBelorukov can you share the full log of your gcloud command execution? You said `Via gcloud it looks (deleting 192.168.10.3, then adding 192.168.10.4):` I receive below error. ``` { "error":...

@ArsenyBelorukov I see what you mean now. Currently the SDK does not directly support handling common nodes. Change this to enhancement for triage.