Skip to content

Commit

Permalink
fix(deps): update tf modules (#1023)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate[bot] and apeabody authored Jan 12, 2024
1 parent d4cb878 commit 03b1976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module "tf_cloud_builder" {

module "bootstrap_csr_repo" {
source = "terraform-google-modules/gcloud/google"
version = "~> 3.1.0"
version = "~> 3.1"
upgrade = false

create_cmd_entrypoint = "${path.module}/scripts/push-to-repo.sh"
Expand All @@ -189,7 +189,7 @@ resource "time_sleep" "cloud_builder" {

module "build_terraform_image" {
source = "terraform-google-modules/gcloud/google"
version = "~> 3.1.0"
version = "~> 3.1"
upgrade = false

create_cmd_triggers = {
Expand Down
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 03b1976

Please sign in to comment.