Skip to content

Commit 3a3ee09

Browse files
committed
fix: added types for ip_address_internal_managed_http and https output variables
1 parent 4e8d688 commit 3a3ee09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/frontend/metadata.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,10 @@ spec:
211211
type: string
212212
- name: ip_address_internal_managed_http
213213
description: The internal/external IP addresses assigned to the HTTP forwarding rules.
214+
type: list(string)
214215
- name: ip_address_internal_managed_https
215216
description: The internal/external IP addresses assigned to the HTTPS forwarding rules.
217+
type: list(string)
216218
- name: ipv6_enabled
217219
description: Whether IPv6 configuration is enabled on this load-balancer
218220
type: bool

0 commit comments

Comments
 (0)