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 v5 (#592)

Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
playground-manager[bot] and ashdavies authored Oct 20, 2023
1 parent dfd66ea commit b77c00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module "github-workload-identity" {

module "gradle-build-cache" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "4.0.1"
version = "5.0.0"
location = var.project_region
name = "playground-build-cache"
project_id = var.project_id
Expand All @@ -137,7 +137,7 @@ module "gradle-build-cache" {

module "runtime-resources" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "4.0.1"
version = "5.0.0"
location = var.project_region
name = "playground-runtime"
project_id = var.project_id
Expand Down

0 comments on commit b77c00c

Please sign in to comment.