Sarah French
Sarah French
I'm going to use your PR to test this (https://github.com/hashicorp/terraform-provider-google/issues/13710#issuecomment-2220367863) out, sorry for notification spam
Looks like TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample is failing because that example includes: ```tf network_config { consumers { subnetwork = google_compute_subnetwork.subnet.id } } ``` which I assume is causing the address to be created...
>SarahFrench just a note, i saw that all the VPC SC examples have the skip_test field to true. Why is that? I wanted to check in why before making any...
/gcbrun
It may be that the approach used in that that PR ([reordering to match config](https://googlecloudplatform.github.io/magic-modules/develop/permadiff/#list-order)) isn't compatible with dynamic blocks- writing an acceptance test with dynamic blocks would be a...
Closed by https://github.com/GoogleCloudPlatform/magic-modules/pull/11262
I've got a review in progress but I'm asking some questions internally about expectations around fine-grained resources. I'll publish my review once I've got some input!
@maxi-cit , thanks for the heads up - I'll trigger the automation on that PR and do a review. @matheusaleixo-cit - I'll publish my review on this PR and we...
👋 Sorry, I've had a few days off on sick leave. Taking a look at the PR now!
Thanks! The new test passing shows that users can still change those fields when their use case changes, and from looking at the test debug logs I can see the...