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" {
3434
3535module "required_group" {
3636 source = " terraform-google-modules/group/google"
37- version = " ~> 0.6 "
37+ version = " ~> 0.7 "
3838 for_each = local. required_groups_to_create
3939
4040 id = each. value
@@ -46,7 +46,7 @@ module "required_group" {
4646
4747module "optional_group" {
4848 source = " terraform-google-modules/group/google"
49- version = " ~> 0.6 "
49+ version = " ~> 0.7 "
5050 for_each = local. optional_groups_to_create
5151
5252 id = each. value
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ resource "random_string" "bucket_name" {
4444
4545module "gcs_buckets" {
4646 source = " terraform-google-modules/cloud-storage/google//modules/simple_bucket"
47- version = " ~> 6.0 .0"
47+ version = " ~> 6.1 .0"
4848
4949 project_id = module. base_shared_vpc_project . project_id
5050 location = var. location_gcs
You can’t perform that action at this time.
0 commit comments