From 3dcf27c9f60a161f3fca4ac0d17c9339852c8d63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:31:41 +0000 Subject: [PATCH] Update Terraform terraform-aws-modules/cloudfront/aws to v3.3.1 --- 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 14322b2e..311facb4 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.3.1" aliases = [var.domain_name]