Skip to content

Commit

Permalink
fix: add missing required_providers on workload identity module (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter committed Oct 25, 2021
1 parent 2b142ad commit 04f7502
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/workload-identity/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@
terraform {
required_version = ">= 0.13.0"

required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.39.0, <4.0.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.0"
}
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-kubernetes-engine:workload-identity/v17.0.0"
}
Expand Down

0 comments on commit 04f7502

Please sign in to comment.