Skip to content

Commit 8cce486

Browse files
authored
Update eks/external-dns component to support Istio istio-gateway resources (cloudposse/terraform-aws-components#1098)
1 parent 9cfc6ef commit 8cce486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module "external_dns" {
9898
publishInternalServices = var.publish_internal_services
9999
txtOwnerId = local.txt_owner
100100
txtPrefix = local.txt_prefix
101-
source = local.sources
101+
sources = local.sources
102102
}),
103103
# hardcoded values
104104
file("${path.module}/resources/values.yaml"),

0 commit comments

Comments
 (0)