Skip to content

Commit

Permalink
Chore [deps:terraform]: Bump terraform-aws-modules/cloudfront/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/cloudfront/aws](https://github.com/terraform-aws-modules/terraform-aws-cloudfront) from 3.4.1 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.1...v4.0.0)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/cloudfront/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 6ec7d06 commit 08391e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/web.tf
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ resource "aws_s3_object" "origin_dist_artifact" {

module "cdn" {
source = "terraform-aws-modules/cloudfront/aws"
version = "3.4.1"
version = "4.0.0"
create_distribution = true

depends_on = [
Expand Down

0 comments on commit 08391e1

Please sign in to comment.