File tree Expand file tree Collapse file tree 14 files changed +19
-19
lines changed
cloudbuild_repo_connection_github
cloudbuild_repo_connection_gitlab
im_cloudbuild_workspace_github
im_cloudbuild_workspace_gitlab
tf_cloudbuild_builder_simple_github
tf_cloudbuild_builder_simple_gitlab
tf_cloudbuild_builder_simple
tf_cloudbuild_source_simple
tf_cloudbuild_workspace_simple_github
tf_cloudbuild_workspace_simple_gitlab
tf_cloudbuild_workspace_simple Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2020
2121module "seed_bootstrap" {
2222 source = " terraform-google-modules/bootstrap/google"
23- version = " ~> 10 .0"
23+ version = " ~> 11 .0"
2424
2525 org_id = var. org_id
2626 billing_account = var. billing_account
@@ -36,7 +36,7 @@ module "seed_bootstrap" {
3636
3737module "cloudbuild_bootstrap" {
3838 source = " terraform-google-modules/bootstrap/google//modules/cloudbuild"
39- version = " ~> 10 .0"
39+ version = " ~> 11 .0"
4040
4141 org_id = var. org_id
4242 billing_account = var. billing_account
Original file line number Diff line number Diff line change 1616
1717module "git_repo_connection" {
1818 source = " terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 connection_config = {
Original file line number Diff line number Diff line change 1616
1717module "git_repo_connection" {
1818 source = " terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 connection_config = {
Original file line number Diff line number Diff line change 1616
1717module "im_workspace" {
1818 source = " terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 deployment_id = " im-example-github-deployment"
Original file line number Diff line number Diff line change 1616
1717module "im_workspace" {
1818 source = " terraform-google-modules/bootstrap/google//modules/im_cloudbuild_workspace"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = var. project_id
2222 deployment_id = " im-example-gitlab-deployment"
Original file line number Diff line number Diff line change 2020
2121module "seed_bootstrap" {
2222 source = " terraform-google-modules/bootstrap/google"
23- version = " ~> 10 .0"
23+ version = " ~> 11 .0"
2424
2525 org_id = var. org_id
2626 parent_folder = var. parent
Original file line number Diff line number Diff line change 2020
2121module "seed_bootstrap" {
2222 source = " terraform-google-modules/bootstrap/google"
23- version = " ~> 10 .0"
23+ version = " ~> 11 .0"
2424
2525 org_id = var. org_id
2626 billing_account = var. billing_account
Original file line number Diff line number Diff line change 1616
1717module "cloudbuilder" {
1818 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
19- version = " ~> 10 .0"
19+ version = " ~> 11 .0"
2020
2121 project_id = module. enabled_google_apis . project_id
2222 dockerfile_repo_uri = google_sourcerepo_repository. builder_dockerfile_repo . url
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ locals {
2626
2727module "cloudbuilder" {
2828 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
29- version = " ~> 10 .0"
29+ version = " ~> 11 .0"
3030
3131 project_id = module. enabled_google_apis . project_id
3232 dockerfile_repo_uri = module. git_repo_connection . cloud_build_repositories_2nd_gen_repositories [" test_repo" ]. id
@@ -56,7 +56,7 @@ resource "time_sleep" "propagation" {
5656
5757module "git_repo_connection" {
5858 source = " terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
59- version = " ~> 10 .0"
59+ version = " ~> 11 .0"
6060
6161 project_id = var. project_id
6262 connection_config = {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ locals {
2626
2727module "cloudbuilder" {
2828 source = " terraform-google-modules/bootstrap/google//modules/tf_cloudbuild_builder"
29- version = " ~> 10 .0"
29+ version = " ~> 11 .0"
3030
3131 project_id = module. enabled_google_apis . project_id
3232 dockerfile_repo_uri = module. git_repo_connection . cloud_build_repositories_2nd_gen_repositories [" test_repo" ]. id
@@ -59,7 +59,7 @@ resource "time_sleep" "propagation" {
5959
6060module "git_repo_connection" {
6161 source = " terraform-google-modules/bootstrap/google//modules/cloudbuild_repo_connection"
62- version = " ~> 10 .0"
62+ version = " ~> 11 .0"
6363
6464 project_id = var. project_id
6565 connection_config = {
You can’t perform that action at this time.
0 commit comments