Skip to content

Commit

Permalink
Bump Google providers to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor authored and minherz committed Nov 2, 2023
1 parent f4179b8 commit 9a2f542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iac/tf-anthos-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data "google_client_config" "default" {}

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

project_id = data.google_project.project.project_id
disable_services_on_destroy = false
Expand Down
4 changes: 2 additions & 2 deletions iac/tf-anthos-gke/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.0"
version = "~> 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.0"
version = "~> 5.2"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit 9a2f542

Please sign in to comment.