From 11e97e8faf132c5df57484682a82eb30f31406e4 Mon Sep 17 00:00:00 2001 From: Alejandro Garrido Mota Date: Thu, 23 Sep 2021 10:21:17 +0100 Subject: [PATCH] Update components.tf --- .../cloud-platform-aws/vpc/kops/components/components.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws-accounts/cloud-platform-aws/vpc/kops/components/components.tf b/terraform/aws-accounts/cloud-platform-aws/vpc/kops/components/components.tf index 537cff07..3004a19c 100644 --- a/terraform/aws-accounts/cloud-platform-aws/vpc/kops/components/components.tf +++ b/terraform/aws-accounts/cloud-platform-aws/vpc/kops/components/components.tf @@ -10,7 +10,7 @@ module "cert_manager" { } module "external_dns" { - source = "github.com/ministryofjustice/cloud-platform-terraform-external-dns?ref=1.6.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-external-dns?ref=1.6.1" iam_role_nodes = data.aws_iam_role.nodes.arn cluster_domain_name = data.terraform_remote_state.cluster.outputs.cluster_domain_name