Skip to content

Commit 7457a8a

Browse files
renovate[bot]renovate-botcloudpossebot
authored
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 (#125)
* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.12.2 * Auto Format Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]>
1 parent 0a6e2d7 commit 7457a8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Available targets:
233233

234234
| Name | Source | Version |
235235
|------|--------|---------|
236-
| <a name="module_dns_host_name"></a> [dns\_host\_name](#module\_dns\_host\_name) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
236+
| <a name="module_dns_host_name"></a> [dns\_host\_name](#module\_dns\_host\_name) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
237237
| <a name="module_final_snapshot_label"></a> [final\_snapshot\_label](#module\_final\_snapshot\_label) | cloudposse/label/null | 0.25.0 |
238238
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
239239

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
| Name | Source | Version |
2020
|------|--------|---------|
21-
| <a name="module_dns_host_name"></a> [dns\_host\_name](#module\_dns\_host\_name) | cloudposse/route53-cluster-hostname/aws | 0.12.0 |
21+
| <a name="module_dns_host_name"></a> [dns\_host\_name](#module\_dns\_host\_name) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
2222
| <a name="module_final_snapshot_label"></a> [final\_snapshot\_label](#module\_final\_snapshot\_label) | cloudposse/label/null | 0.25.0 |
2323
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2424

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ resource "aws_security_group_rule" "egress" {
198198

199199
module "dns_host_name" {
200200
source = "cloudposse/route53-cluster-hostname/aws"
201-
version = "0.12.0"
201+
version = "0.12.2"
202202

203203
enabled = length(var.dns_zone_id) > 0 && module.this.enabled
204204
dns_name = var.host_name

0 commit comments

Comments
 (0)