Skip to content

Commit

Permalink
fix: update enable api module version in redis instance and memcache …
Browse files Browse the repository at this point in the history
…sub-module (#237)
  • Loading branch information
imrannayer authored Oct 1, 2024
1 parent f489691 commit 9294ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion modules/memcache/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "google_memcache_instance" "self" {

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 9294ace

Please sign in to comment.