From 9b10983dccc79118c7b55ac7543ab944e907f212 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 20:38:16 +0000 Subject: [PATCH 1/2] chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7f9ddf2..4814db2 100644 --- a/main.tf +++ b/main.tf @@ -72,7 +72,7 @@ module "security_group" { module "dns" { source = "cloudposse/route53-cluster-hostname/aws" - version = "0.12.0" + version = "0.12.2" enabled = module.this.enabled && length(var.zone_id) > 0 ? true : false dns_name = var.dns_name == "" ? module.this.id : var.dns_name From 1345b7f9dbe84cf535c4ae3fa1afe710c7417104 Mon Sep 17 00:00:00 2001 From: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:38:51 +0000 Subject: [PATCH 2/2] Auto Format --- README.md | 2 +- docs/terraform.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43fc98a..9e2d688 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Available targets: | Name | Source | Version | |------|--------|---------| -| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.0 | +| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 | | [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 0.3.1 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | diff --git a/docs/terraform.md b/docs/terraform.md index f5783a6..259b6cb 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -16,7 +16,7 @@ | Name | Source | Version | |------|--------|---------| -| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.0 | +| [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 | | [security\_group](#module\_security\_group) | cloudposse/security-group/aws | 0.3.1 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 |