Skip to content

Commit

Permalink
fix(deps)!: Update Terraform terraform-google-modules/project-factory…
Browse files Browse the repository at this point in the history
…/google to v15 (#215)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 6c54265 commit 5901c46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "~> 14.0"
version = "~> 15.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 = "~> 14.0"
version = "~> 15.0"

project_id = var.project
enable_apis = var.enable_apis
Expand Down
2 changes: 1 addition & 1 deletion modules/redis-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "google_network_connectivity_service_connection_policy" "service_connec

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

project_id = var.project
enable_apis = var.enable_apis
Expand Down
2 changes: 1 addition & 1 deletion test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

name = "ci-memory-store"
random_project_id = true
Expand Down

0 comments on commit 5901c46

Please sign in to comment.