Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update Terraform terraform-google-modules/bootstrap/google to v10 #334

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading