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

check: Implement terraform providers schema -json ingest #7

Closed
bflad opened this issue Dec 16, 2019 · 0 comments
Closed

check: Implement terraform providers schema -json ingest #7

bflad opened this issue Dec 16, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@bflad
Copy link
Owner

bflad commented Dec 16, 2019

The terraform providers schema -json command can be used to output details about the current schema of a Terraform Provider (from Terraform Core's perspective). This information will allow for (optional) future checks to verify that every resource/data source and each of their schema attributes are documented, for example.

Recommended flag: -provider-schema-json=FILE

We may be able to instead read the schema directly in the future if the Terraform Provider binaries are enhanced to output this information without starting the RPC server.

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

No branches or pull requests

1 participant