terraform-google-network
terraform-google-network copied to clipboard
Sets up a new VPC network on Google Cloud
### TL;DR  ### Expected behavior As there is an update in the subnet code for filter expression we should be able to enable the flow logs in GCP by...
Been noticing this issue: https://github.com/hashicorp/terraform-provider-google/issues/11304 When using this beta module; it is possible to add that line to prevent it?
Since `secondary_ranges` is a map, it is not possible to utilize it if your subnets have the same name. In GCP the subnet names must be unique for a given...
### TL;DR This module currently configures IPv4 networks, and cannot be used to manage dual-stack networks ### Terraform Resources https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_subnetwork ### Detailed design _No response_ ### Additional information It looks...
When trying to use the firewall rules submodule, I get an error when trying to use this allow block: allow = [{ protocol = "icmp" }] I also get it...
This [Simple VPC Network Peering example](https://github.com/terraform-google-modules/terraform-google-network/tree/master/examples/submodule_network_peering) claims that ```This example creates a VPC Network peering between two VPCs.```. To me, it seems to create three VPCs and create a `A->B`...
Currently the only CFT module to create firewall rules seems to be https://github.com/terraform-google-modules/terraform-google-network/tree/master/modules/fabric-net-firewall. This seems to create a few default firewall rules and also needs to be a separate module...
Complete the description of the properties: firewall_rules subnets routes Reported in this issue: https://github.com/terraform-google-modules/terraform-google-network/issues/379
Several properties on this module are not documented well. Here are some examples: - `firewall_rules`: The description is simply “List of firewall rules”, the type is any, and the default...
### TL;DR When initializing this module, I get an error about platform compatibility ```hcl Error: Incompatible provider version Provider registry.terraform.io/hashicorp/null v2.1.2 does not have a package available for your current...