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] authored Sep 21, 2023
1 parent 23d0bd8 commit d11c014
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 d11c014

Please sign in to comment.