Skip to content

Commit af78910

Browse files
authored
chore(deps): Update Terraform terraform-google-modules/project-factory/google to v18 (#187)
1 parent fdc50a5 commit af78910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ locals {
4343

4444
module "project-services" {
4545
source = "terraform-google-modules/project-factory/google//modules/project_services"
46-
version = "17.1.0"
46+
version = "18.0.0"
4747
disable_services_on_destroy = false
4848

4949
project_id = var.project_id

test/setup/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

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

2121
name = "three-tier-app"
2222
random_project_id = "true"

0 commit comments

Comments
 (0)