Skip to content

Commit

Permalink
upgrade google module from 4.82 to 5.3x
Browse files Browse the repository at this point in the history
  • Loading branch information
velotioaastha committed Jun 13, 2024
1 parent 9c6a775 commit fe2055c
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
@@ -1,6 +1,6 @@
module "project_factory_project_services" {
source = "terraform-google-modules/project-factory/google//modules/project_services"
version = "~> 13.0"
version = "~> 15.0"
project_id = null
disable_dependent_services = false
disable_services_on_destroy = false
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.82"
version = "~> 5.30"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit fe2055c

Please sign in to comment.