Skip to content

Commit

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

* Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.0

* Auto Format

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
3 people authored Jan 6, 2021
1 parent 78c6946 commit a6c1ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6c1ab1

Please sign in to comment.