Skip to content

Commit

Permalink
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.12.0 (#…
Browse files Browse the repository at this point in the history
…106)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent 7cf74bb commit 06ed936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ locals {

module "dns_master" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.11.0"
version = "0.12.0"

enabled = module.this.enabled && length(var.zone_id) > 0 ? true : false
dns_name = local.cluster_dns_name
Expand All @@ -269,7 +269,7 @@ module "dns_master" {

module "dns_replicas" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.11.0"
version = "0.12.0"

enabled = module.this.enabled && length(var.zone_id) > 0 && var.engine_mode != "serverless" ? true : false
dns_name = local.reader_dns_name
Expand Down

0 comments on commit 06ed936

Please sign in to comment.