Skip to content

Commit

Permalink
fix: Correct WI module source in docs (terraform-google-modules#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Oct 8, 2020
1 parent 6511f46 commit 98e5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/workload-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "kubernetes_service_account" "preexisting" {
}
module "my-app-workload-identity" {
source = "terraform-google-modules/terraform-google-kubernetes-engine/modules/workload-identity"
source = "terraform-google-modules/kubernetes-engine/google//modules/workload-identity"
use_existing_k8s_sa = true
name = "preexisting-sa"
namespace = "prod"
Expand Down

0 comments on commit 98e5b59

Please sign in to comment.