Skip to content

Commit 4365af6

Browse files
fix(deps): Update Terraform terraform-google-modules/group/google to ~> 0.7
1 parent 0bc707b commit 4365af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0-bootstrap/groups.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data "google_organization" "org" {
3434

3535
module "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

4747
module "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

0 commit comments

Comments
 (0)