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 14.3
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 945e57c commit 6deab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/data_warehouse/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "google_project" "project" {

module "project-services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "14.2"
version = "14.3"
disable_services_on_destroy = false

project_id = var.project_id
Expand Down

0 comments on commit 6deab2e

Please sign in to comment.