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
@@ -114,6 +117,8 @@ A map of the hub virtual networks to create. The map key is an arbitrary value t
114
117
- `routing_address_space` - A list of IPv4 address spaces in CIDR format that are used for routing to this hub, e.g. `["192.168.0.0","172.16.0.0/12"]`.
115
118
- `hub_router_ip_address` - If not using Azure Firewall, this is the IP address of the hub router. This is used to create route table entries for other hub networks.
116
119
- `tags` - A map of tags to apply to the virtual network.
120
+
- `route_table_name` - The name of the route table to create for this hub network.
121
+
- `route_table_tags` - A map of tags to apply to all route tables.
117
122
118
123
#### Route table entries
119
124
@@ -157,20 +162,22 @@ A map of the hub virtual networks to create. The map key is an arbitrary value t
157
162
- `name` - (Optional) The name of the firewall resource. If not specified will use `afw-{vnetname}`.
158
163
- `private_ip_ranges` - (Optional) A list of private IP ranges to use for the Azure Firewall, to which the firewall will not NAT traffic. If not specified will use RFC1918.
159
164
- `subnet_route_table_id` = (Optional) The resource id of the Route Table which should be associated with the Azure Firewall subnet. If not specified the module will assign the generated route table.
160
-
- `tags` - (Optional) A map of tags to apply to the Azure Firewall. If not specified
165
+
- `tags` - (Optional) A map of tags to apply to the Azure Firewall.
161
166
- `threat_intel_mode` - (Optional) The threat intelligence mode for the Azure Firewall. Possible values include `Alert`, `Deny`, `Off`.
162
167
- `zones` - (Optional) A list of availability zones to use for the Azure Firewall. If not specified will be `null`.
163
168
- `default_ip_configuration` - (Optional) An object with the following fields. If not specified the defaults below will be used:
164
169
- `name` - (Optional) The name of the default IP configuration. If not specified will use `default`.
165
170
- `public_ip_config` - (Optional) An object with the following fields:
166
171
- `name` - (Optional) The name of the public IP configuration. If not specified will use `pip-afw-{vnetname}`.
172
+
- `tags` - (Optional) A map of tags to apply to the public IP configuration.
167
173
- `zones` - (Optional) A list of availability zones to use for the public IP configuration. If not specified will be `null`.
168
174
- `ip_version` - (Optional) The IP version to use for the public IP configuration. Possible values include `IPv4`, `IPv6`. If not specified will be `IPv4`.
169
175
- `sku_tier` - (Optional) The SKU tier to use for the public IP configuration. Possible values include `Regional`, `Global`. If not specified will be `Regional`.
170
176
- `management_ip_configuration` - (Optional) An object with the following fields. If not specified the defaults below will be used:
171
177
- `name` - (Optional) The name of the management IP configuration. If not specified will use `defaultMgmt`.
172
178
- `public_ip_config` - (Optional) An object with the following fields:
173
179
- `name` - (Optional) The name of the public IP configuration. If not specified will use `pip-afw-mgmt-<Map Key>`.
180
+
- `tags` - (Optional) A map of tags to apply to the public IP configuration.
174
181
- `zones` - (Optional) A list of availability zones to use for the public IP configuration. If not specified will be `null`.
175
182
- `ip_version` - (Optional) The IP version to use for the public IP configuration. Possible values include `IPv4`, `IPv6`. If not specified will be `IPv4`.
176
183
- `sku_tier` - (Optional) The SKU tier to use for the public IP configuration. Possible values include `Regional`, `Global`. If not specified will be `Regional`.
0 commit comments