hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Fix TestAccDataprocCluster_withNetworkRefs #20376

Closed modular-magician closed 1 week ago

modular-magician commented 1 week ago

Dataproc doesn't allow cluster creation when internal_ip_only is set to true and Private Google Access is not enabled on the subnet. Since the subnetwork in this test is auto created, it does not have Private google access. Setting internal_ip_only to false

Fixes: https://github.com/hashicorp/hashicorp/terraform-provider-google/issues/20254 Fixes: hashicorp/terraform-provider-google#20254

Derived from https://github.com/GoogleCloudPlatform/magic-modules/pull/12335