Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/cloud-storage/…
Browse files Browse the repository at this point in the history
…google to v8
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent f9ba489 commit e48fe63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multiple_buckets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "random_string" "prefix" {

module "cloud_storage" {
source = "terraform-google-modules/cloud-storage/google"
version = "~> 7.0"
version = "~> 8.0"

project_id = var.project_id

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "bucket" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 7.0"
version = "~> 8.0"

name = "${var.project_id}-bucket"
project_id = var.project_id
Expand Down

0 comments on commit e48fe63

Please sign in to comment.