Skip to content

Commit

Permalink
chore(deps)(deps): bump the terraform-all group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 2 updates

Bumps the terraform-all group with 2 updates in the /terraform directory: [aminueza/minio](https://github.com/aminueza/terraform-provider-minio) and [cloudflare/cloudflare](https://github.com/cloudflare/terraform-provider-cloudflare).


Updates `aminueza/minio` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/aminueza/terraform-provider-minio/releases)
- [Changelog](https://github.com/aminueza/terraform-provider-minio/blob/main/.goreleaser.yml)
- [Commits](aminueza/terraform-provider-minio@v3.2.2...v3.2.3)

Updates `cloudflare/cloudflare` from 4.49.1 to 5.1.0
- [Release notes](https://github.com/cloudflare/terraform-provider-cloudflare/releases)
- [Changelog](https://github.com/cloudflare/terraform-provider-cloudflare/blob/main/CHANGELOG.md)
- [Commits](cloudflare/terraform-provider-cloudflare@v4.49.1...v5.1.0)

---
updated-dependencies:
- dependency-name: aminueza/minio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform-all
- dependency-name: cloudflare/cloudflare
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: terraform-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2025
1 parent 79e91b4 commit b062404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ terraform {
}
minio = {
source = "aminueza/minio"
version = "3.2.2"
version = "3.2.3"
}
cloudflare = {
source = "cloudflare/cloudflare"
version = "4.49.1"
version = "5.1.0"
}
}
}
Expand Down

0 comments on commit b062404

Please sign in to comment.