Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/bootstrap/goog…
Browse files Browse the repository at this point in the history
…le to v10
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 67f9db5 commit 8c3b453
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions examples/cloudbuild_enabled/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

module "seed_bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "~> 9.0"
version = "~> 10.0"

org_id = var.org_id
billing_account = var.billing_account
Expand All @@ -36,7 +36,7 @@ module "seed_bootstrap" {

module "cloudbuild_bootstrap" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild"
version = "~> 9.0"
version = "~> 10.0"

org_id = var.org_id
billing_account = var.billing_account
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudbuild_repo_connection_github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "git_repo_connection" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
connection_config = {
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudbuild_repo_connection_gitlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "git_repo_connection" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
connection_config = {
Expand Down
2 changes: 1 addition & 1 deletion examples/im_cloudbuild_workspace_github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "im_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
deployment_id = "im-example-github-deployment"
Expand Down
2 changes: 1 addition & 1 deletion examples/im_cloudbuild_workspace_gitlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "im_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
deployment_id = "im-example-gitlab-deployment"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-folder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

module "seed_bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "~> 9.0"
version = "~> 10.0"

org_id = var.org_id
parent_folder = var.parent
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

module "seed_bootstrap" {
source = "terraform-google-modules/bootstrap/google"
version = "~> 9.0"
version = "~> 10.0"

org_id = var.org_id
billing_account = var.billing_account
Expand Down
2 changes: 1 addition & 1 deletion examples/tf_cloudbuild_builder_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "cloudbuilder" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
dockerfile_repo_uri = google_sourcerepo_repository.builder_dockerfile_repo.url
Expand Down
4 changes: 2 additions & 2 deletions examples/tf_cloudbuild_builder_simple_github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ locals {

module "cloudbuilder" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
dockerfile_repo_uri = module.git_repo_connection.cloud_build_repositories_2nd_gen_repositories["test_repo"].id
Expand Down Expand Up @@ -56,7 +56,7 @@ resource "time_sleep" "propagation" {

module "git_repo_connection" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
connection_config = {
Expand Down
4 changes: 2 additions & 2 deletions examples/tf_cloudbuild_builder_simple_gitlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ locals {

module "cloudbuilder" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
dockerfile_repo_uri = module.git_repo_connection.cloud_build_repositories_2nd_gen_repositories["test_repo"].id
Expand Down Expand Up @@ -59,7 +59,7 @@ resource "time_sleep" "propagation" {

module "git_repo_connection" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
connection_config = {
Expand Down
2 changes: 1 addition & 1 deletion examples/tf_cloudbuild_source_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "tf_source" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_source"
version = "~> 9.0"
version = "~> 10.0"

org_id = var.org_id
folder_id = var.parent_folder
Expand Down
2 changes: 1 addition & 1 deletion examples/tf_cloudbuild_workspace_simple/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "tf_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
tf_repo_uri = google_sourcerepo_repository.tf_config_repo.url
Expand Down
4 changes: 2 additions & 2 deletions examples/tf_cloudbuild_workspace_simple_github/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ locals {

module "tf_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
tf_repo_type = "CLOUDBUILD_V2_REPOSITORY"
Expand Down Expand Up @@ -61,7 +61,7 @@ resource "time_sleep" "propagation" {

module "git_repo_connection" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
connection_config = {
Expand Down
4 changes: 2 additions & 2 deletions examples/tf_cloudbuild_workspace_simple_gitlab/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ locals {

module "tf_workspace" {
source = "terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_workspace"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.enabled_google_apis.project_id
tf_repo_type = "CLOUDBUILD_V2_REPOSITORY"
Expand Down Expand Up @@ -60,7 +60,7 @@ resource "time_sleep" "propagation" {

module "git_repo_connection" {
source = "terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
version = "~> 9.0"
version = "~> 10.0"

project_id = var.project_id
connection_config = {
Expand Down

0 comments on commit 8c3b453

Please sign in to comment.