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.12.0 (#104)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 4, 2021
1 parent 52208ff commit 078937c
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 @@ -161,7 +161,7 @@ resource "aws_security_group_rule" "egress" {

module "dns_host_name" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.11.0"
version = "0.12.0"
enabled = length(var.dns_zone_id) > 0 && module.this.enabled
dns_name = var.host_name
zone_id = var.dns_zone_id
Expand Down

0 comments on commit 078937c

Please sign in to comment.