Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump digitalocean/digitalocean in /infra/terraform
Bumps [digitalocean/digitalocean](https://github.com/digitalocean/terraform-provider-digitalocean) from 2.48.2 to 2.49.0.
- [Release notes](https://github.com/digitalocean/terraform-provider-digitalocean/releases)
- [Changelog](https://github.com/digitalocean/terraform-provider-digitalocean/blob/main/CHANGELOG.md)
- [Commits](digitalocean/terraform-provider-digitalocean@v2.48.2...v2.49.0)

---
updated-dependencies:
- dependency-name: digitalocean/digitalocean
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2025
commit ba041d4b8ce25a98e8baefca2dbe547d5ce72586
40 changes: 20 additions & 20 deletions infra/terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.48.2"
version = "2.49.0"
}
uptimerobot = {
source = "vexxhost/uptimerobot"
Expand Down