Skip to content

Commit

Permalink
chore: update terraform-aws-modules/cloudfront/aws requirement from ~…
Browse files Browse the repository at this point in the history
…> 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](terraform-aws-modules/terraform-aws-cloudfront@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b698d12 commit e09d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/service/cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"]

Expand Down

0 comments on commit e09d323

Please sign in to comment.