Skip to content

Commit

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

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

* Auto Format

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
renovate[bot] and cloudpossebot authored Apr 20, 2023
1 parent bf44314 commit 7badeb6
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 @@ -167,7 +167,7 @@ Available targets:
| Name | Source | Version |
|------|--------|---------|
| <a name="module_broker_security_group"></a> [broker\_security\_group](#module\_broker\_security\_group) | cloudposse/security-group/aws | 1.0.1 |
| <a name="module_hostname"></a> [hostname](#module\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
| <a name="module_hostname"></a> [hostname](#module\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| Name | Source | Version |
|------|--------|---------|
| <a name="module_broker_security_group"></a> [broker\_security\_group](#module\_broker\_security\_group) | cloudposse/security-group/aws | 1.0.1 |
| <a name="module_hostname"></a> [hostname](#module\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
| <a name="module_hostname"></a> [hostname](#module\_hostname) | cloudposse/route53-cluster-hostname/aws | 0.12.3 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ module "hostname" {
count = local.enabled && var.zone_id != null ? (var.broker_per_zone * length(var.subnet_ids)) : 0

source = "cloudposse/route53-cluster-hostname/aws"
version = "0.12.2"
version = "0.12.3"

enabled = local.enabled && length(var.zone_id) > 0
dns_name = "${module.this.name}-broker-${count.index + 1}"
Expand Down

0 comments on commit 7badeb6

Please sign in to comment.