File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2022-2023 Google LLC
1
+ # Copyright 2022-2025 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
13
13
# limitations under the License.
14
14
15
15
# 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
17
17
18
18
enabled : true
19
19
always_check_pr_title : true
Original file line number Diff line number Diff line change 1
- # Copyright 2023 Google LLC
1
+ # Copyright 2023-2025 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
13
13
# limitations under the License.
14
14
15
15
# 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
17
17
18
18
name : ' lint'
19
19
Original file line number Diff line number Diff line change 1
- # Copyright 2022-2024 Google LLC
1
+ # Copyright 2022-2025 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
13
13
# limitations under the License.
14
14
15
15
# 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
17
17
18
18
name : " Close stale issues"
19
19
on :
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
* @ terraform-google-modules/cft-admins @ imrannayer
5
5
Original file line number Diff line number Diff line change 16
16
17
17
module "project1" {
18
18
source = " terraform-google-modules/project-factory/google"
19
- version = " ~> 17 .0"
19
+ version = " ~> 18 .0"
20
20
21
21
name = " vpc-sc-demo-project-1"
22
22
random_project_id = true
@@ -28,7 +28,7 @@ module "project1" {
28
28
29
29
module "project2" {
30
30
source = " terraform-google-modules/project-factory/google"
31
- version = " ~> 17 .0"
31
+ version = " ~> 18 .0"
32
32
33
33
name = " vpc-sc-demo-project-2"
34
34
random_project_id = true
Original file line number Diff line number Diff line change 16
16
17
17
module "project_one" {
18
18
source = " terraform-google-modules/project-factory/google"
19
- version = " ~> 17 .0"
19
+ version = " ~> 18 .0"
20
20
21
21
name = " vpcsc-test-one"
22
22
random_project_id = true
@@ -26,7 +26,7 @@ module "project_one" {
26
26
27
27
module "project_two" {
28
28
source = " terraform-google-modules/project-factory/google"
29
- version = " ~> 17 .0"
29
+ version = " ~> 18 .0"
30
30
31
31
name = " vpcsc-test-two"
32
32
random_project_id = true
@@ -36,7 +36,7 @@ module "project_two" {
36
36
37
37
module "project_three" {
38
38
source = " terraform-google-modules/project-factory/google"
39
- version = " ~> 17 .0"
39
+ version = " ~> 18 .0"
40
40
41
41
name = " vpcsc-test-two"
42
42
random_project_id = true
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resource "random_id" "random_suffix" {
20
20
21
21
module "project-vpc-service-controls" {
22
22
source = " terraform-google-modules/project-factory/google"
23
- version = " ~> 17 .0"
23
+ version = " ~> 18 .0"
24
24
25
25
name = " ci-vpc-sc"
26
26
random_project_id = true
@@ -42,7 +42,7 @@ module "project-vpc-service-controls" {
42
42
43
43
module "project-vpc-service-controls-policy-0" {
44
44
source = " terraform-google-modules/project-factory/google"
45
- version = " ~> 17 .0"
45
+ version = " ~> 18 .0"
46
46
47
47
name = " ci-project-policy-test-0"
48
48
random_project_id = true
@@ -58,7 +58,7 @@ module "project-vpc-service-controls-policy-0" {
58
58
59
59
module "project-vpc-service-controls-policy-1" {
60
60
source = " terraform-google-modules/project-factory/google"
61
- version = " ~> 17 .0"
61
+ version = " ~> 18 .0"
62
62
63
63
name = " ci-project-policy-test-1"
64
64
random_project_id = true
You can’t perform that action at this time.
0 commit comments