Skip to content

Commit

Permalink
Update Terraform cloudposse/route53-alias/aws to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2022
1 parent 1041406 commit 166f198
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 @@ -246,7 +246,7 @@ resource "aws_cloudfront_distribution" "default" {

module "dns" {
source = "cloudposse/route53-alias/aws"
version = "0.12.1"
version = "0.13.0"

enabled = (module.this.enabled && var.dns_aliases_enabled) ? true : false
aliases = var.aliases
Expand Down

0 comments on commit 166f198

Please sign in to comment.