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

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

* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.10.0

* Auto Format
Co-authored-by: default avatarRenovate Bot <bot@renovateapp.com>
Co-authored-by: default avatarcloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
parent 6fd408dc
......@@ -315,7 +315,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
## Copyright
Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright)
Copyright © 2017-2021 [Cloud Posse, LLC](https://cpco.io/copyright)
......
......@@ -160,7 +160,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
module "dns" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.9.0"
version = "0.10.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