Skip to content

Commit 711575a

Browse files
authored
Update eks/external-dns component to support Istio istio-gateway resources (#1098)
1 parent 8354d70 commit 711575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/eks/external-dns/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)