File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
1-org/modules/cai-monitoring
4-projects/modules/base_env Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ resource "random_string" "suffix" {
70
70
71
71
module "gcp_projects_state_bucket" {
72
72
source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
73
- version = " ~> 4 .0"
73
+ version = " ~> 5 .0"
74
74
75
75
name = " ${ var . bucket_prefix } -${ module . seed_bootstrap . seed_project_id } -gcp-projects-tfstate"
76
76
project_id = module. seed_bootstrap . seed_project_id
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ data "archive_file" "function_source_zip" {
71
71
72
72
module "cloudfunction_source_bucket" {
73
73
source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
74
- version = " ~>3.4 "
74
+ version = " ~> 5.0 "
75
75
76
76
project_id = var. project_id
77
77
name = " bkt-cai-monitoring-${ random_id . suffix . hex } -sources-${ data . google_project . project . number } -${ var . location } "
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ resource "random_string" "bucket_name" {
65
65
66
66
module "gcs_buckets" {
67
67
source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
68
- version = " ~> 4 .0"
68
+ version = " ~> 5 .0"
69
69
70
70
project_id = module. base_shared_vpc_project . project_id
71
71
location = var. location_gcs
You can’t perform that action at this time.
0 commit comments