From 971183b60a44cf140ca7bc46ef51d6407fb939a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 16:56:38 +0000 Subject: [PATCH] Update Terraform terraform-aws-modules/cloudfront/aws to v3.1.0 --- infra/modules/routing/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/modules/routing/main.tf b/infra/modules/routing/main.tf index 14322b2ee..4a298751d 100644 --- a/infra/modules/routing/main.tf +++ b/infra/modules/routing/main.tf @@ -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]