-
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
terraform creating GCE vm doesn't support multi nic configuration. #82
Comments
Hi Thanks! |
Thanks for letting us know, @satishmohan! Looks like this feature is still in beta, so it's currently blocked on #93. |
Thanks @danawillow . I think we have access to the beta program of GCP at our company - so if somebody has a work-in-progress diff - I could help test this out? If not I could also help coming up with a diff for this - if somebody could give me a few pointers of where to modify the provider code :-) Thanks! |
Hey @satishmohan, the issue I linked to is actually about Terraform in GCP supporting beta features as a whole- it's actually a surprising amount of engineering work to offer that support. We're making good progress on that but at this point all I can ask is for your patience :) |
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 @gandhams as hashicorp/terraform#13564. It was migrated here as part of the provider split. The original body of the issue is below.
Hi, Any possibility this issue has been fixed. I verified that multiple nics (each nic in different networks) can be added to the same vm using the cli.
gcloud alpha compute instances create pavm-ssaha-swap-1 --can-ip-forward --network-interface subnet=mgmt-subnet --network-interface subnet=data1-subnet --network-interface subnet=data2-subnet --machine-type=n1-standard-2 --image pavm-guestos-feature-image --zone=us-west1-a --tags=pa-vm
The text was updated successfully, but these errors were encountered: