Skip to content

Commit

Permalink
chore(deps): update terraform terraform-google-modules/group/google t…
Browse files Browse the repository at this point in the history
…o ~> 0.6
  • Loading branch information
renovate-bot committed Apr 30, 2024
1 parent e829358 commit 9ddd1ce
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.4"
version = "~> 0.6"
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.4"
version = "~> 0.6"
for_each = local.optional_groups_to_create

id = each.value
Expand Down

0 comments on commit 9ddd1ce

Please sign in to comment.