-
Notifications
You must be signed in to change notification settings - Fork 94
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 ip_address to bgp_peer_options in vpn_ha #100
feat: Add ip_address to bgp_peer_options in vpn_ha #100
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. |
/gcbrun |
/gcbrun |
/gcbrun |
Please make this an optional variable. If you use the latest module without optional variable, then the module errors if you don't have it in your confirm ........... │ The given value is not suitable for module.vpn_ha_wa2.module.vpn_ha_wa2.var.tunnels declared at |
Optional attributes were added in terraform 1.3.0. but this module is meant for use with Terraform 0.12, That's why I didn't use optional. terraform-google-vpn/README.md Line 15 in bdc0963
|
This module has optional attribute for some time. We need to update version information to reflect it and also make attributes optional if they are optional. Will create a separate Issue and PR. Thanks |
Can you set ip_address = null for the time being? |
Summary
Add
ip_address
field tobgp_peer_options
to allow users to specify the ip_address of the google_compute_router_peer`.References