Skip to content

Commit

Permalink
fix: Bump google-project-factory to ~> 17.0 for compatibility with go…
Browse files Browse the repository at this point in the history
…ogle provider

The google provider was bumped in terraform-google-modules#229. However, the `enable_apis` module still has a < 6.0 constraint. This is incompatible
- This introduced hashicorp/google 6.* support terraform-google-modules/terraform-google-project-factory#939
  • Loading branch information
aprettyloner authored Sep 25, 2024
1 parent f489691 commit f8322c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "google_redis_instance" "default" {

module "enable_apis" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 15.0"
version = "~> 17.0"

project_id = var.project
enable_apis = var.enable_apis
Expand Down

0 comments on commit f8322c0

Please sign in to comment.