terraform-google-vpn
terraform-google-vpn copied to clipboard
Sets up a Cloud VPN gateway
- random_id byte_length = 8 (integers) contains 26.6 bits of entropy. base64url encoding does not change that entropy. Instead use random_password length = 32 restricted to (upper, lower, int) which...
Allows labels to be used on the top level module similar to the HA module.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Status Checks These updates await pending status checks. To force their creation...
- Move route_priority, tags, and remote_subnet to a route object. This allows each remote_subnet to have a different route priority and/or tags.
### TL;DR vpn_ha module has label parameter, but the classic vpn doesn't have a label parameter which is required. Is it possible to add that for classic vpn as well...
### TL;DR Tag 2.3.2 of the vpn_ha module, introduces a new constraint of terraform < 1.3. This breaks anyone that depends on `~> 2.3.1` of this module. ### Expected behavior...
### TL;DR To fully support IPv6 the "google_compute_router_peer require a boolan value fopr enable_ipv6 ### Terraform Resources ```markdown https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_router_peer https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_router_peer#enable_ipv6 ``` ### Detailed design ```markdown # in addition to the...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | cft/developer-tools | |...
### TL;DR As secret outputs in classic vpn are not marked `sensitive=true` plan and apply are broken ### Expected behavior Secret outputs marked sensitive and plan/apply works. ### Observed behavior...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 14.0` -> `~>...