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

Ignore inputs with terraform-docs-ignore comment #651

Merged
merged 2 commits into from
May 30, 2024

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    943489c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. feat: ignore outputs, providers, resources with comments

    Prepend any type of resource, including `resource`, `data`, `module`,
    `variable`, and `output` with a comment including "terraform-docs-ignore"
    to exclude it from the generated output.
    
    Signed-off-by: Khosrow Moossavi <[email protected]>
    khos2ow committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8f74fd4 View commit details
    Browse the repository at this point in the history