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

Explore documentation options for resources in terraform provider #22

Open
dylanirlbeck opened this issue Oct 22, 2019 · 1 comment
Open

Comments

@dylanirlbeck
Copy link
Contributor

Going forward, we should be thinking about how to document the uses for each resource in our terraform provider. I've found that at times the examples can be a bit ambiguous, especially since there are elements that are either computed or optional and don't show up in the config file.

We should explore options for documenting our Terraform provider in the same way we document our API's. This is of particular importance since our customers will be interfacing with Terraform more than they do our API's.

@drbild
Copy link
Contributor

drbild commented Oct 23, 2019

Agreed.

The "official" terraform providers keep the docs in the repo. See the AWS provider docs.

We should be able to do the same and host the generated documentation at docs.xaptum.com/terraform

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

No branches or pull requests

2 participants