-
Notifications
You must be signed in to change notification settings - Fork 102
feat: add support for HA VPN over interconnect #178
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
feat: add support for HA VPN over interconnect #178
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Signed-off-by: Ricky Hariady <[email protected]>
2c43695 to
9f733b5
Compare
|
Hi @imrannayer! |
|
@rhariady can u plz try again. Just make sure you use same account u used to submit the PR |
|
still got the same error unfortunately @imrannayer. I have tried several times just today |
|
@rhariady your pull request has your gmail address and @tech.jago.com address. You may wana remove one of them or sign CLA from both users. |
|
I have removed @tech.jago.com from the commit signer @imrannayer, but i think github is still consider that email in the PR (from previous forced commit). And the things is, i still not able to sign the CLA for either email. I still got the |
|
Hi @imrannayer, i reach out to google support and they seems to fix the problem with CLA site. the CLA check is succesful now |
|
/gcbrun |

This PR is to add HA VPN over interconnect support.
respective resource example: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_ha_vpn_gateway#example-usage---compute-ha-vpn-gateway-encrypted-interconnect
deployment pattern: https://cloud.google.com/network-connectivity/docs/interconnect/concepts/ha-vpn-interconnect
I have made companion PR to terraform-google-modules/terraform-google-cloud-router#142 as well.