Skip to content

Commit 85fdbb4

Browse files
renovate[bot]renovate-botcloudpossebot
authored
Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 (#157)
* Update Terraform cloudposse/route53-cluster-hostname/aws to v0.10.0 * Auto Format Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
1 parent e61deb2 commit 85fdbb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
408408

409409
## Copyright
410410

411-
Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright)
411+
Copyright © 2017-2021 [Cloud Posse, LLC](https://cpco.io/copyright)
412412

413413

414414

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ resource "aws_s3_bucket" "elb_logs" {
931931

932932
module "dns_hostname" {
933933
source = "cloudposse/route53-cluster-hostname/aws"
934-
version = "0.9.0"
934+
version = "0.10.0"
935935
enabled = var.dns_zone_id != "" && var.tier == "WebServer" ? true : false
936936
dns_name = var.dns_subdomain != "" ? var.dns_subdomain : module.this.name
937937
zone_id = var.dns_zone_id

0 commit comments

Comments
 (0)