Skip to content

Commit

Permalink
fix: Upgrade version of project_services module to 9.2.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter authored Jan 5, 2021
1 parent 0553103 commit a582a36
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 @@ -39,7 +39,7 @@ resource "google_redis_instance" "default" {

module "enable_apis" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "4.0.1"
version = "9.2.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 @@ -43,7 +43,7 @@ resource "google_memcache_instance" "self" {

module "enable_apis" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "8.0.1"
version = "9.2.0"

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

0 comments on commit a582a36

Please sign in to comment.