Skip to content

Commit

Permalink
fix(deps): Update terraform modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent d295755 commit d004ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion 4-projects/modules/base_env/example_storage_cmek.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "random_string" "bucket_name" {

module "gcs_buckets" {
source = "terraform-google-modules/cloud-storage/google//modules/simple_bucket"
version = "~> 6.0.0"
version = "~> 6.1.0"

project_id = module.base_shared_vpc_project.project_id
location = var.location_gcs
Expand Down

0 comments on commit d004ade

Please sign in to comment.