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: modules/frontend/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This module creates `HTTP(S) forwarding rule` and its dependencies. This modules
19
19
| http\_port | The port for the HTTP load balancer |`number`|`80`| no |
20
20
| https\_port | The port for the HTTPS load balancer |`number`|`443`| no |
21
21
| https\_redirect | Set to `true` to enable https redirect on the lb. |`bool`|`false`| no |
22
-
| internal\_forwarding\_rule\_configs|Map of internal managed forwarding rule configs. One of 'address' or 'subnetwork' is required for each. | <pre>map(object({<br> address = optional(string)<br> subnetwork = optional(string)<br> }))</pre> |`{}`| no |
22
+
| internal\_forwarding\_rules\_config|List of internal managed forwarding rules config. One of 'address' or 'subnetwork' is required for each. | <pre>list(object({<br> address = optional(string)<br> subnetwork = optional(string)<br> }))</pre> |`[]`| no |
23
23
| ipv6\_address | An existing IPv6 address to use (the actual IP address value) |`string`|`null`| no |
24
24
| labels | The labels to attach to resources created by this module |`map(string)`|`{}`| no |
25
25
| load\_balancing\_scheme | Load balancing scheme type (EXTERNAL for classic external load balancer, EXTERNAL\_MANAGED for Envoy-based load balancer, and INTERNAL\_SELF\_MANAGED for traffic director) |`string`|`"EXTERNAL_MANAGED"`| no |
0 commit comments