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
Since we hand-write example resource configurations, we need a way to prevent drift between our examples and the lists of resource fields that are generated from the source.
We can write a script that catches fields that exist in the examples but not the source and vice versa, and use that to edit our examples.
How will we know this is resolved?
We can verify that Terraform resource reference docs and resource examples include the same fields.
Applies To
integrations/terraform/examples/resources
Details
Since we hand-write example resource configurations, we need a way to prevent drift between our examples and the lists of resource fields that are generated from the source.
We can write a script that catches fields that exist in the examples but not the source and vice versa, and use that to edit our examples.
How will we know this is resolved?
We can verify that Terraform resource reference docs and resource examples include the same fields.
Related Issues
The text was updated successfully, but these errors were encountered: