Skip to content

Commit 747b47c

Browse files
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.13.0 (#219)
* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.13.0 * Auto-update README.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7aa5ed0 commit 747b47c

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
@@ -196,7 +196,7 @@ Available targets:
196196
| Name | Source | Version |
197197
|------|--------|---------|
198198
| <a name="module_aws_security_group"></a> [aws\_security\_group](#module\_aws\_security\_group) | cloudposse/security-group/aws | 2.2.0 |
199-
| <a name="module_dns"></a> [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
199+
| <a name="module_dns"></a> [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
200200
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
201201

202202
## Resources

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| Name | Source | Version |
1818
|------|--------|---------|
1919
| <a name="module_aws_security_group"></a> [aws\_security\_group](#module\_aws\_security\_group) | cloudposse/security-group/aws | 2.2.0 |
20-
| <a name="module_dns"></a> [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.12.2 |
20+
| <a name="module_dns"></a> [dns](#module\_dns) | cloudposse/route53-cluster-hostname/aws | 0.13.0 |
2121
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2222

2323
## Resources

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ resource "aws_cloudwatch_metric_alarm" "cache_memory" {
249249

250250
module "dns" {
251251
source = "cloudposse/route53-cluster-hostname/aws"
252-
version = "0.12.2"
252+
version = "0.13.0"
253253

254254
enabled = local.enabled && length(var.zone_id) > 0 ? true : false
255255
dns_name = var.dns_subdomain != "" ? var.dns_subdomain : module.this.id

0 commit comments

Comments
 (0)