Skip to content

Commit 52deb38

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 8f8d343 + 02aebd6 commit 52deb38

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/conventional-commit-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 Google LLC
1+
# Copyright 2022-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/github
1717

1818
enabled: true
1919
always_check_pr_title: true

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2023-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from values at:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf
1717

1818
name: 'lint'
1919

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 Google LLC
1+
# Copyright 2022-2025 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# NOTE: This file is automatically generated from:
16-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/github
16+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/github
1717

1818
name: "Close stale issues"
1919
on:

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: This file is automatically generated from values at:
2-
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/master/infra/terraform/test-org/org/locals.tf
2+
# https://github.com/GoogleCloudPlatform/cloud-foundation-toolkit/blob/main/infra/terraform/test-org/org/locals.tf
33

44
* @terraform-google-modules/cft-admins @imrannayer
55

examples/bq-exfil-demo/projects.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project1" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 17.0"
19+
version = "~> 18.0"
2020

2121
name = "vpc-sc-demo-project-1"
2222
random_project_id = true
@@ -28,7 +28,7 @@ module "project1" {
2828

2929
module "project2" {
3030
source = "terraform-google-modules/project-factory/google"
31-
version = "~> 17.0"
31+
version = "~> 18.0"
3232

3333
name = "vpc-sc-demo-project-2"
3434
random_project_id = true

examples/simple_example_dynamic/projects.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "project_one" {
1818
source = "terraform-google-modules/project-factory/google"
19-
version = "~> 17.0"
19+
version = "~> 18.0"
2020

2121
name = "vpcsc-test-one"
2222
random_project_id = true
@@ -26,7 +26,7 @@ module "project_one" {
2626

2727
module "project_two" {
2828
source = "terraform-google-modules/project-factory/google"
29-
version = "~> 17.0"
29+
version = "~> 18.0"
3030

3131
name = "vpcsc-test-two"
3232
random_project_id = true
@@ -36,7 +36,7 @@ module "project_two" {
3636

3737
module "project_three" {
3838
source = "terraform-google-modules/project-factory/google"
39-
version = "~> 17.0"
39+
version = "~> 18.0"
4040

4141
name = "vpcsc-test-two"
4242
random_project_id = true

test/setup/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "random_id" "random_suffix" {
2020

2121
module "project-vpc-service-controls" {
2222
source = "terraform-google-modules/project-factory/google"
23-
version = "~> 17.0"
23+
version = "~> 18.0"
2424

2525
name = "ci-vpc-sc"
2626
random_project_id = true
@@ -42,7 +42,7 @@ module "project-vpc-service-controls" {
4242

4343
module "project-vpc-service-controls-policy-0" {
4444
source = "terraform-google-modules/project-factory/google"
45-
version = "~> 17.0"
45+
version = "~> 18.0"
4646

4747
name = "ci-project-policy-test-0"
4848
random_project_id = true
@@ -58,7 +58,7 @@ module "project-vpc-service-controls-policy-0" {
5858

5959
module "project-vpc-service-controls-policy-1" {
6060
source = "terraform-google-modules/project-factory/google"
61-
version = "~> 17.0"
61+
version = "~> 18.0"
6262

6363
name = "ci-project-policy-test-1"
6464
random_project_id = true

0 commit comments

Comments
 (0)