From 9648607e6919e28d5397add64f1c73b0094f1226 Mon Sep 17 00:00:00 2001 From: pawan1210 Date: Tue, 25 Mar 2025 09:16:00 +0000 Subject: [PATCH] fix: added types for ip_address_internal_managed_http and https output variables --- modules/frontend/metadata.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/frontend/metadata.yaml b/modules/frontend/metadata.yaml index 0d28b128..03fc30ab 100644 --- a/modules/frontend/metadata.yaml +++ b/modules/frontend/metadata.yaml @@ -211,8 +211,14 @@ spec: type: string - name: ip_address_internal_managed_http description: The internal/external IP addresses assigned to the HTTP forwarding rules. + type: + - list + - string - name: ip_address_internal_managed_https description: The internal/external IP addresses assigned to the HTTPS forwarding rules. + type: + - list + - string - name: ipv6_enabled description: Whether IPv6 configuration is enabled on this load-balancer type: bool