Skip to content

Commit

Permalink
Update Terraform cloudposse/route53-alias/aws to v0.12.0 (#56)
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 7, 2021
1 parent c61efc3 commit 9a60136
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.12.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 9a60136

Please sign in to comment.