Commit 6fd408dc authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub

chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.9.0 (#99)

Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
parent 5aa1459a
......@@ -160,7 +160,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
module "dns" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.8.0"
version = "0.9.0"
enabled = module.this.enabled && var.zone_id != "" ? true : false
dns_name = var.dns_subdomain != "" ? var.dns_subdomain : module.this.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment