File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717module "project" {
1818 source = " terraform-google-modules/project-factory/google"
19- version = " ~> 13 .0"
19+ version = " ~> 14 .0"
2020
2121 name = " ci-composer"
2222 random_project_id = " true"
@@ -44,7 +44,7 @@ module "project" {
4444
4545module "service_project" {
4646 source = " terraform-google-modules/project-factory/google"
47- version = " ~> 13 .0"
47+ version = " ~> 14 .0"
4848
4949 name = " ci-composer-service"
5050 random_project_id = " true"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "random_string" "suffix" {
2424 *****************************************/
2525module "shared_vpc" {
2626 source = " terraform-google-modules/network/google"
27- version = " ~> 4 .0"
27+ version = " ~> 5 .0"
2828
2929 project_id = module. project . project_id
3030 network_name = " composer-network-${ random_string . suffix . result } "
You can’t perform that action at this time.
0 commit comments