Skip to content

Commit

Permalink
Update Terraform cloudposse/route53-alias/aws to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 4, 2021
1 parent ce9a7b4 commit c1dca9e
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 @@ -244,7 +244,7 @@ data "aws_iam_policy_document" "deployment" {

module "dns" {
source = "cloudposse/route53-alias/aws"
version = "0.10.0"
version = "0.11.0"
aliases = compact([signum(length(var.parent_zone_id)) == 1 || signum(length(var.parent_zone_name)) == 1 ? var.hostname : ""])
parent_zone_id = var.parent_zone_id
parent_zone_name = var.parent_zone_name
Expand Down

0 comments on commit c1dca9e

Please sign in to comment.