From 25652f29137c1c9afa8caf8af305fc8bc39ecd52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 20:21:19 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 (#115) * chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 * Auto Format * Auto Format Co-authored-by: Renovate Bot Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Co-authored-by: nitrocode --- README.md | 4 ++-- docs/terraform.md | 4 ++-- main.tf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 871dd5f..e06cbff 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,8 @@ Available targets: | Name | Source | Version | |------|--------|---------| -| [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 | -| [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 | +| [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 | +| [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 | | [kibana\_label](#module\_kibana\_label) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | | [user\_label](#module\_user\_label) | cloudposse/label/null | 0.25.0 | diff --git a/docs/terraform.md b/docs/terraform.md index 8af3054..717165e 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -17,8 +17,8 @@ | Name | Source | Version | |------|--------|---------| -| [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 | -| [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.0 | +| [domain\_hostname](#module\_domain\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 | +| [kibana\_hostname](#module\_kibana\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 | | [kibana\_label](#module\_kibana\_label) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | | [user\_label](#module\_user\_label) | cloudposse/label/null | 0.25.0 | diff --git a/main.tf b/main.tf index 81b429b..886efec 100644 --- a/main.tf +++ b/main.tf @@ -265,7 +265,7 @@ resource "aws_elasticsearch_domain_policy" "default" { module "domain_hostname" { source = "cloudposse/route53-cluster-hostname/aws" - version = "0.12.0" + version = "0.12.2" enabled = module.this.enabled && var.domain_hostname_enabled dns_name = var.elasticsearch_subdomain_name == "" ? module.this.id : var.elasticsearch_subdomain_name @@ -278,7 +278,7 @@ module "domain_hostname" { module "kibana_hostname" { source = "cloudposse/route53-cluster-hostname/aws" - version = "0.12.0" + version = "0.12.2" enabled = module.this.enabled && var.kibana_hostname_enabled dns_name = var.kibana_subdomain_name == "" ? module.kibana_label.id : var.kibana_subdomain_name