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

Datasource kubectl_path_documents documentation typo #286

Open
DevopsMercenary opened this issue Mar 6, 2024 · 0 comments
Open

Datasource kubectl_path_documents documentation typo #286

DevopsMercenary opened this issue Mar 6, 2024 · 0 comments

Comments

@DevopsMercenary
Copy link

At the Example Usage on the documentation for kubectl_path_documents

https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs/data-sources/kubectl_path_documents

The first example, for the for_each uses documents. I'm pretty sure this should be manifests

resource "kubectl_manifest" "test" {
for_each = toset(data.kubectl_path_documents.docs.manifests)
yaml_body = each.value
}

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

No branches or pull requests

1 participant