Skip to content

Commit

Permalink
build(deps): bump terraform-do-modules/droplet/digitalocean (#17)
Browse files Browse the repository at this point in the history
Bumps [terraform-do-modules/droplet/digitalocean](https://github.com/terraform-do-modules/terraform-digitalocean-droplet) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/terraform-do-modules/terraform-digitalocean-droplet/releases)
- [Changelog](https://github.com/terraform-do-modules/terraform-digitalocean-droplet/blob/master/CHANGELOG.md)
- [Commits](terraform-do-modules/terraform-digitalocean-droplet@1.0.0...1.0.1)

---
updated-dependencies:
- dependency-name: terraform-do-modules/droplet/digitalocean
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 256ad0c commit 6bd3408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/_modules/droplet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##------------------------------------------------
module "droplet" {
source = "terraform-do-modules/droplet/digitalocean"
version = "1.0.0"
version = "1.0.1"
name = var.name
environment = var.environment
enabled = var.enabled
Expand Down

0 comments on commit 6bd3408

Please sign in to comment.