From be8b274d5a923ebd75103be787380175c5ffdd09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:34:39 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.13.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 88656a6..5305f69 100644 --- a/main.tf +++ b/main.tf @@ -211,7 +211,7 @@ resource "aws_security_group_rule" "egress" { module "dns_host_name" { source = "cloudposse/route53-cluster-hostname/aws" - version = "0.12.2" + version = "0.13.0" enabled = length(var.dns_zone_id) > 0 && module.this.enabled dns_name = var.host_name