terraform-google-network icon indicating copy to clipboard operation
terraform-google-network copied to clipboard

Sets up a new VPC network on Google Cloud

Results 45 terraform-google-network issues
Sort by recently updated
recently updated
newest added

### TL;DR ![image](https://user-images.githubusercontent.com/60767139/172686281-1e721c0a-84ea-4faf-a258-afcf789fbc10.png) ### 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...

bug

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...

enhancement
triaged
P3

### 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...

enhancement
triaged

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...

enhancement
upstream
triaged
blocked

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`...

good first issue
triaged
P4

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...

enhancement
triaged
P3

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...

enhancement