Skip to content

Commit

Permalink
fix(deps): Update Terraform terraform-google-modules/group/google to …
Browse files Browse the repository at this point in the history
…~> 0.7
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 0bc707b commit 4365af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0-bootstrap/groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data "google_organization" "org" {

module "required_group" {
source = "terraform-google-modules/group/google"
version = "~> 0.6"
version = "~> 0.7"
for_each = local.required_groups_to_create

id = each.value
Expand All @@ -46,7 +46,7 @@ module "required_group" {

module "optional_group" {
source = "terraform-google-modules/group/google"
version = "~> 0.6"
version = "~> 0.7"
for_each = local.optional_groups_to_create

id = each.value
Expand Down

0 comments on commit 4365af6

Please sign in to comment.