You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* google_dataproc_cluster.research-cluster-test: googleapi: Error 400: The resource 'projects/CURRENT-PROJECT/regions/us-east1/subnetworks/xpn-us-east1-shared1' was not found, badRequest
when running: terraform apply
Regards,
Paul
The text was updated successfully, but these errors were encountered:
This issue has been automatically migrated to hashicorp/terraform-provider-google#931 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi TF team,
A feature request for Google DataProc resource -
subnetwork_project
(similar to https://www.terraform.io/docs/providers/google/r/compute_instance.html#subnetwork_project) on the https://www.terraform.io/docs/providers/google/r/dataproc_cluster.html#gce_cluster_config level.Currently, TF assumes the current project namespace without an ability to override. That results in an inability to work with Shared Networks.
Meaning, this configuration of the
google_dataproc_cluster
resource:Will result:
when running:
terraform apply
Regards,
Paul
The text was updated successfully, but these errors were encountered: