Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/route53-cluster-hostname/aws…
Browse files Browse the repository at this point in the history
… to v0.13.0
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 9d720ec commit be8b274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ resource "aws_security_group_rule" "egress" {

module "dns_host_name" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.12.2"
version = "0.13.0"

enabled = length(var.dns_zone_id) > 0 && module.this.enabled
dns_name = var.host_name
Expand Down

0 comments on commit be8b274

Please sign in to comment.