diff --git a/README.md b/README.md index 1fc54cc..f0640d5 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,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) diff --git a/main.tf b/main.tf index c546a92..f60bea7 100644 --- a/main.tf +++ b/main.tf @@ -149,7 +149,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 = local.enabled && var.zone_id != "" ? true : false ttl = 60 zone_id = var.zone_id