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
| admin\_ranges | IP CIDR ranges that have complete access to all subnets. |`list`|`[]`| no |
76
+
| admin\_ranges | IP CIDR ranges that have complete access to all subnets. |`list(string)`|`[]`| no |
77
77
| admin\_ranges\_enabled | Enable admin ranges-based rules. |`bool`|`false`| no |
78
78
| custom\_rules | List of custom rule definitions (refer to variables file for syntax). | <pre>map(object({<br> description = string<br> direction = string<br> action = string # (allow|deny)<br> ranges = list(string)<br> sources = list(string)<br> targets = list(string)<br> use_service_accounts = bool<br> rules = list(object({<br> protocol = string<br> ports = list(string)<br> }))<br> extra_attributes = map(string)<br> }))</pre> |`{}`| no |
79
-
| http\_source\_ranges | List of IP CIDR ranges for tag-based HTTP rule, defaults to 0.0.0.0/0. |`list`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
79
+
| http\_source\_ranges | List of IP CIDR ranges for tag-based HTTP rule, defaults to 0.0.0.0/0. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
80
80
| http\_target\_tags | List of target tags for tag-based HTTP rule, defaults to http-server. |`list`| <pre>[<br> "http-server"<br>]</pre> | no |
81
-
| https\_source\_ranges | List of IP CIDR ranges for tag-based HTTPS rule, defaults to 0.0.0.0/0. |`list`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
82
-
| https\_target\_tags | List of target tags for tag-based HTTPS rule, defaults to https-server. |`list`| <pre>[<br> "https-server"<br>]</pre> | no |
81
+
| https\_source\_ranges | List of IP CIDR ranges for tag-based HTTPS rule, defaults to 0.0.0.0/0. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
82
+
| https\_target\_tags | List of target tags for tag-based HTTPS rule, defaults to https-server. |`list(string)`| <pre>[<br> "https-server"<br>]</pre> | no |
83
83
| internal\_allow | Allow rules for internal ranges. |`list`| <pre>[<br> {<br> "protocol": "icmp"<br> }<br>]</pre> | no |
84
-
| internal\_ranges | IP CIDR ranges for intra-VPC rules. |`list`|`[]`| no |
84
+
| internal\_ranges | IP CIDR ranges for intra-VPC rules. |`list(string)`|`[]`| no |
85
85
| internal\_ranges\_enabled | Create rules for intra-VPC ranges. |`bool`|`false`| no |
86
-
| internal\_target\_tags | List of target tags for intra-VPC rules. |`list`|`[]`| no |
87
-
| network | Name of the network this set of firewall rules applies to. |`any`| n/a | yes |
88
-
| project\_id | Project id of the project that holds the network. |`any`| n/a | yes |
89
-
| ssh\_source\_ranges | List of IP CIDR ranges for tag-based SSH rule, defaults to 0.0.0.0/0. |`list`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
86
+
| internal\_target\_tags | List of target tags for intra-VPC rules. |`list(string)`|`[]`| no |
87
+
| network | Name of the network this set of firewall rules applies to. |`string`| n/a | yes |
88
+
| project\_id | Project id of the project that holds the network. |`string`| n/a | yes |
89
+
| ssh\_source\_ranges | List of IP CIDR ranges for tag-based SSH rule, defaults to 0.0.0.0/0. |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
90
90
| ssh\_target\_tags | List of target tags for tag-based SSH rule, defaults to ssh. |`list`| <pre>[<br> "ssh"<br>]</pre> | no |
0 commit comments