Skip to content

Commit 38b6df5

Browse files
feat(dynamic_backends): Add connection for address input (#565)
Co-authored-by: Ayush Jain <[email protected]>
1 parent d7d5b37 commit 38b6df5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/dynamic_backends/metadata.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ spec:
9393
- name: address
9494
description: Existing IPv4 address to use (the actual IP address value)
9595
varType: string
96+
connections:
97+
- source:
98+
source: github.com/terraform-google-modules/terraform-google-address
99+
version: ~> 4.3
100+
spec:
101+
outputExpr: addresses[0]
96102
- name: enable_ipv6
97103
description: Enable IPv6 address on the CDN load-balancer
98104
varType: bool

0 commit comments

Comments
 (0)