Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/route53-alias/aws to v0.12.0 (
Browse files Browse the repository at this point in the history
…#132)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent 634dca9 commit 37c0fdc
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 @@ -368,7 +368,7 @@ resource "aws_cloudfront_distribution" "default" {

module "dns" {
source = "cloudposse/route53-alias/aws"
version = "0.10.0"
version = "0.12.0"
enabled = module.this.enabled && var.dns_alias_enabled ? true : false
aliases = var.aliases
parent_zone_id = var.parent_zone_id
Expand Down

0 comments on commit 37c0fdc

Please sign in to comment.