diff --git a/main.tf b/main.tf index 256c0ad..6164505 100644 --- a/main.tf +++ b/main.tf @@ -70,7 +70,7 @@ resource "random_id" "postgres_suffix" { # Services module "project_services" { source = "terraform-google-modules/project-factory/google//modules/project_services" - version = "~> 17.0.0" + version = "~> 17.1.0" project_id = var.project_id disable_services_on_destroy = false