File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
4-projects/modules/base_env Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ data "google_organization" "org" {
34
34
35
35
module "required_group" {
36
36
source = " terraform-google-modules/group/google"
37
- version = " ~> 0.6 "
37
+ version = " ~> 0.7 "
38
38
for_each = local. required_groups_to_create
39
39
40
40
id = each. value
@@ -46,7 +46,7 @@ module "required_group" {
46
46
47
47
module "optional_group" {
48
48
source = " terraform-google-modules/group/google"
49
- version = " ~> 0.6 "
49
+ version = " ~> 0.7 "
50
50
for_each = local. optional_groups_to_create
51
51
52
52
id = each. value
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resource "random_string" "bucket_name" {
44
44
45
45
module "gcs_buckets" {
46
46
source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
47
- version = " ~> 6.0 .0"
47
+ version = " ~> 6.1 .0"
48
48
49
49
project_id = module. base_shared_vpc_project . project_id
50
50
location = var. location_gcs
You can’t perform that action at this time.
0 commit comments