From a5f8e247476050c993d92d149ca01a608866d134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:04:52 +0000 Subject: [PATCH] chore: update terraform-aws-modules/cloudfront/aws requirement from ~> 3.4 to ~> 4.0 Updates the requirements on [terraform-aws-modules/cloudfront/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudfront) to permit the latest version. Updates `terraform-aws-modules/cloudfront/aws` to 4.0.0 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-cloudfront/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-cloudfront/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-cloudfront/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/cloudfront/aws dependency-type: direct:production dependency-group: module-dependencies ... Signed-off-by: dependabot[bot] --- infra/terraform/modules/service/cdn.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/terraform/modules/service/cdn.tf b/infra/terraform/modules/service/cdn.tf index 9303426aa6..f665c00f3c 100644 --- a/infra/terraform/modules/service/cdn.tf +++ b/infra/terraform/modules/service/cdn.tf @@ -69,7 +69,7 @@ locals { module "cloudfront" { source = "terraform-aws-modules/cloudfront/aws" - version = "~> 3.4" + version = "~> 4.0" aliases = ["${local.subdomain}.${local.domain_name}"]