Skip to content

Commit 4dfe630

Browse files
build(deps): bump terraform-do-modules/spaces/digitalocean
Bumps [terraform-do-modules/spaces/digitalocean](https://github.com/terraform-do-modules/terraform-digitalocean-spaces) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/terraform-do-modules/terraform-digitalocean-spaces/releases) - [Changelog](https://github.com/terraform-do-modules/terraform-digitalocean-spaces/blob/master/CHANGELOG.md) - [Commits](terraform-do-modules/terraform-digitalocean-spaces@v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: terraform-do-modules/spaces/digitalocean dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fe51e8 commit 4dfe630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provider "digitalocean" {}
55
##------------------------------------------------
66
module "spaces" {
77
source = "terraform-do-modules/spaces/digitalocean"
8-
version = "1.0.3"
8+
version = "1.0.4"
99
name = "spaces"
1010
environment = "test"
1111
acl = "private"

0 commit comments

Comments
 (0)