Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potetially incorrect source reference? #700

Closed
max-sixty opened this issue Oct 8, 2020 · 3 comments · Fixed by #701
Closed

Potetially incorrect source reference? #700

max-sixty opened this issue Oct 8, 2020 · 3 comments · Fixed by #701

Comments

@max-sixty
Copy link

From https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/modules/workload-identity#using-an-existing-kubernetes-service-account

I get an error running this:

module "my-app-workload-identity" {
  source    = "terraform-google-modules/terraform-google-kubernetes-engine/modules/workload-identity"
  use_existing_k8s_sa = true
  name                = "preexisting-sa"
  namespace           = "prod"
  project_id          = var.project_id
}
Error: Module not found

The module address
"terraform-google-modules/terraform-google-kubernetes-engine/modules/workload-identity"
could not be resolved.

Let me know if I'm doing something wrong, though. Thanks

@bharathkkb
Copy link
Member

Thanks for the report @max-sixty Looks like we are missing a /

@max-sixty
Copy link
Author

It's also a different source from the other example in that file — I'm new to TF so not sure whether they're equivalent?

@max-sixty
Copy link
Author

Thanks @bharathkkb & @morgante !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants