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
Dataproc doesn't allow cluster creation when
internal_ip_only
is set totrue
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. Settinginternal_ip_only
to falseFixes: 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