Skip to content

Commit 5c737b0

Browse files
fix(deps): update terraform terraform-google-modules/cloud-storage/google to v5 (#1088)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d8e106 commit 5c737b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

0-bootstrap/cb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resource "random_string" "suffix" {
7070

7171
module "gcp_projects_state_bucket" {
7272
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
73-
version = "~> 4.0"
73+
version = "~> 5.0"
7474

7575
name = "${var.bucket_prefix}-${module.seed_bootstrap.seed_project_id}-gcp-projects-tfstate"
7676
project_id = module.seed_bootstrap.seed_project_id

1-org/modules/cai-monitoring/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ data "archive_file" "function_source_zip" {
7171

7272
module "cloudfunction_source_bucket" {
7373
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
74-
version = "~>3.4"
74+
version = "~> 5.0"
7575

7676
project_id = var.project_id
7777
name = "bkt-cai-monitoring-${random_id.suffix.hex}-sources-${data.google_project.project.number}-${var.location}"

4-projects/modules/base_env/example_storage_cmek.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource "random_string" "bucket_name" {
6565

6666
module "gcs_buckets" {
6767
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
68-
version = "~> 4.0"
68+
version = "~> 5.0"
6969

7070
project_id = module.base_shared_vpc_project.project_id
7171
location = var.location_gcs

0 commit comments

Comments
 (0)