Skip to content

Commit

Permalink
chore(deps): update tf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 511f5cb commit f7ccfd4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 0-bootstrap/cb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module "tf_cloud_builder" {

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

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

module "build_terraform_image" {
source = "terraform-google-modules/gcloud/google"
version = "~> 3.1.0"
version = "~> 3.3.0"
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
2 changes: 1 addition & 1 deletion 1-org/modules/centralized-logging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module "log_export" {
#-------------------------#
module "destination_logbucket" {
source = "terraform-google-modules/log-export/google//modules/logbucket"
version = "~> 7.5.0"
version = "~> 7.7.0"

count = var.logbucket_options != null ? 1 : 0

Expand Down

0 comments on commit f7ccfd4

Please sign in to comment.