We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc707b commit 4365af6Copy full SHA for 4365af6
0-bootstrap/groups.tf
@@ -34,7 +34,7 @@ data "google_organization" "org" {
34
35
module "required_group" {
36
source = "terraform-google-modules/group/google"
37
- version = "~> 0.6"
+ version = "~> 0.7"
38
for_each = local.required_groups_to_create
39
40
id = each.value
@@ -46,7 +46,7 @@ module "required_group" {
46
47
module "optional_group" {
48
49
50
for_each = local.optional_groups_to_create
51
52
0 commit comments