Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/cloudfront/aws to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 25, 2022
1 parent a2d26ff commit df1cde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/routing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data "aws_s3_bucket" "this" {

module "cloudfront" {
source = "terraform-aws-modules/cloudfront/aws"
version = "3.0.1"
version = "3.1.0"

aliases = [var.domain_name]

Expand Down

0 comments on commit df1cde0

Please sign in to comment.