Cameron Thornton
Cameron Thornton
Hey @cb250373, thanks for the feedback. You're right, and I should correct my statement above to "I do not think this can be represented in the provider easily based on...
@kp250278 while acknowledging this is possible to do, our team does not have plans to implement this anytime soon due to prioritization. From what I understand, reimporting the resource is...
Cluster has been released, and Instance is just now merged (set for next release). Backup is in progress
https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#serviceexternalipsconfig
Setting as `persistent-bug` due to length of time the bug has existed and amount of resources it affects. Solution seems to require adding diff suppress logic to ignore the json...
The related field in the [REST API](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules) is `serviceDirectoryRegistrations[].serviceDirectoryRegion`
Looks like this didn't run in VCR, i'm assuming you ran the test successfully in teamcity and/or locally? Also the release note should say `bigquery: ` I believe
This is hitting an error due to the [OperationWaitTime](https://github.com/modular-magician/terraform-provider-google-beta/compare/auto-pr-6208-old..auto-pr-6208#diff-2f314365269e3476b76b7f58bce0b693f258e9e6642f42cb3320394bbecd482aR50) method signature requiring a project, and the call from AlloyDBInstance [not using a project](https://github.com/modular-magician/terraform-provider-google-beta/compare/auto-pr-6208-old..auto-pr-6208#diff-67e2e5c01f3ee0996936a0c7eeb3d1e3e262fdbe71f9e1fd8bbbdce6babeebd4R507). I think this is actually a bug...
> alternatively i can revert the `parent` arg change and pass those as separate args as it worked before? yeah if it works well without it, then that would fix...
> Hi Riley, this API isn't public yet (will be there later this week) so the tests won't pass for now. Meanwhile I think this PR supports the POST and...