-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subnetwork_project for google_dataproc_cluster #931
Comments
Hi @paul-opsguru, I opened PR #935 to properly support network and subnetwork fields with a self_link using a different project. Don't forget to add the |
@rosbo , thanks for the prompt response, this is really helpful! |
Signed-off-by: Modular Magician <magic-modules@google.com>
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
This issue was originally opened by @paul-opsguru as hashicorp/terraform#17052. It was migrated here as a result of the provider split. The original body of the issue is below.
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: