Skip to content

Commit

Permalink
Update Terraform cloudposse/route53-alias/aws to v0.12.0 (#53)
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 9, 2021
1 parent 212a14e commit e892234
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 @@ -163,7 +163,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_aliases_enabled) ? true : false
aliases = var.aliases
Expand Down

0 comments on commit e892234

Please sign in to comment.