Skip to content

Commit

Permalink
build(deps): bump terraform-google-modules/cloud-storage/google (#643)
Browse files Browse the repository at this point in the history
Bumps [terraform-google-modules/cloud-storage/google](https://github.com/terraform-google-modules/terraform-google-cloud-storage) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/terraform-google-modules/terraform-google-cloud-storage/releases)
- [Changelog](https://github.com/terraform-google-modules/terraform-google-cloud-storage/blob/master/CHANGELOG.md)
- [Commits](terraform-google-modules/terraform-google-cloud-storage@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: terraform-google-modules/cloud-storage/google
  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 27, 2024
1 parent d9f682f commit e622362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-init/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# https://registry.terraform.io/modules/terraform-google-modules/cloud-storage/google
module "terraform_backend_gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google"
version = "8.0.1"
version = "8.0.2"

location = var.terraform_state_production_bucket_location
names = [var.terraform_state_production_bucket_name]
Expand Down

0 comments on commit e622362

Please sign in to comment.