Skip to content

Commit

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

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 4, 2021
1 parent 0bef518 commit b9e288e
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 @@ -98,7 +98,7 @@ resource "aws_security_group_rule" "egress" {

module "dns" {
source = "cloudposse/route53-cluster-hostname/aws"
version = "0.10.1"
version = "0.11.0"

enabled = module.this.enabled && length(var.zone_id) > 0 ? true : false
dns_name = var.dns_name == "" ? module.this.id : var.dns_name
Expand Down

0 comments on commit b9e288e

Please sign in to comment.