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.2.2 to 3.4.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.2.2...v3.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 9b07bf6 commit da79b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/gost_website/cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_cloudfront_function" "arpa_reporter_uri_rewriter" {

module "cdn" {
source = "terraform-aws-modules/cloudfront/aws"
version = "3.2.2"
version = "3.4.0"
create_distribution = var.enabled

depends_on = [
Expand Down

0 comments on commit da79b22

Please sign in to comment.