You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,34 @@ It supports creating:
9
9
- Secondary ranges for the subnets (if applicable)
10
10
- routes
11
11
- firewall rules
12
-
13
-
[Sub modules](./modules/) are provided for creating individual vpc, subnets, routes, firewall rules, and firewall policies. See the [modules](./modules/) directory for the various sub modules usage.
[Sub modules](https://github.com/terraform-google-modules/terraform-google-network/tree/main/modules) are provided for creating individual vpc, subnets, routes, firewall rules, network firewall policies, hierarchical firewall policy, serverless vpc access connector and network connectivity center. See the [modules](https://github.com/terraform-google-modules/terraform-google-network/tree/main/modules) directory for the various sub modules usage.
This module is meant for use with Terraform 1.3+ and tested using Terraform 1.4+.
29
+
This module is meant for use with Terraform 1.3+.
26
30
If you find incompatibilities using Terraform `>=1.3`, please open an issue.
27
31
28
32
29
33
## Usage
30
-
You can go to the[examples](./examples/) folder, however the usage of the module could be like this in your own main.tf file:
34
+
Comprehensive examples are available in[examples](https://github.com/terraform-google-modules/terraform-google-network/tree/main/examples) folder. Simple usage:
Copy file name to clipboardExpand all lines: examples/global-network-firewall-policy/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# Network Firewall Policy Rule
2
2
3
-
This example creates a VPC network, Service Account, tag, address group and 2 `global` network firewall policy. First policy will have a few rules and will be attached to a VPC network. Second policy will not be attached and any VPC and will not have any rules.
3
+
This example creates a VPC network, Service Account, tag, address group and 2 `global` network firewall policy. First policy will have a few rules and will be attached to a VPC network. Second policy will not be attached and any VPC and will not have any rules. It also creates a packet mirroring rule for out of band network service integration.
4
4
5
5
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
6
6
## Inputs
7
7
8
8
| Name | Description | Type | Default | Required |
0 commit comments