You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
oroptional
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.
The text was updated successfully, but these errors were encountered: