Skip to content

Commit

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

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

* Auto Format

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
4 people authored Mar 1, 2021
1 parent 8c08826 commit 2d146af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Available targets:

| Name | Source | Version |
|------|--------|---------|
| dns_hostname | cloudposse/route53-cluster-hostname/aws | 0.10.1 |
| dns_hostname | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
| this | cloudposse/label/null | 0.24.1 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

| Name | Source | Version |
|------|--------|---------|
| dns_hostname | cloudposse/route53-cluster-hostname/aws | 0.10.1 |
| dns_hostname | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
| this | cloudposse/label/null | 0.24.1 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ resource "aws_s3_bucket" "elb_logs" {

module "dns_hostname" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.10.1"
version = "0.12.0"
enabled = var.dns_zone_id != "" && var.tier == "WebServer" ? true : false
dns_name = var.dns_subdomain != "" ? var.dns_subdomain : module.this.name
zone_id = var.dns_zone_id
Expand Down

0 comments on commit 2d146af

Please sign in to comment.