Skip to content

Commit 5fc88e4

Browse files
committed
chore: updated frontend module's readme.md file
1 parent 12f064c commit 5fc88e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/frontend/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This module creates `HTTP(S) forwarding rule` and its dependencies. This modules
2121
| https\_redirect | Set to `true` to enable https redirect on the lb. | `bool` | `false` | no |
2222
| ipv6\_address | An existing IPv6 address to use (the actual IP address value) | `string` | `null` | no |
2323
| labels | The labels to attach to resources created by this module | `map(string)` | `{}` | no |
24-
| 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 |
24+
| load\_balancing\_scheme | Load balancing scheme type (EXTERNAL for classic external load balancer, EXTERNAL\_MANAGED for Envoy-based load balancer, INTERNAL\_SELF\_MANAGED for traffic director and INTERNAL_MANAGED for cross-regional internal Envoy-based load balancer) | `string` | `"EXTERNAL_MANAGED"` | no |
2525
| managed\_ssl\_certificate\_domains | Create Google-managed SSL certificates for specified domains. Requires `ssl` to be set to `true` | `list(string)` | `[]` | no |
2626
| name | Name for the forwarding rule and prefix for supporting resources | `string` | n/a | yes |
2727
| network | Network for INTERNAL\_SELF\_MANAGED load balancing scheme | `string` | `"default"` | no |
@@ -40,6 +40,7 @@ This module creates `HTTP(S) forwarding rule` and its dependencies. This modules
4040

4141
| Name | Description |
4242
|------|-------------|
43+
| ip\_address\_http\_internal\_managed| The internal IPv4s assigned to the global internal fowarding rules. |
4344
| external\_ip | The external IPv4 assigned to the global fowarding rule. |
4445
| external\_ipv6\_address | The external IPv6 assigned to the global fowarding rule. |
4546
| http\_proxy | The HTTP proxy used by this module. |

0 commit comments

Comments
 (0)