Skip to content

Instantly share code, notes, and snippets.

@edgarsandi
Last active March 9, 2021 00:45
Show Gist options
  • Save edgarsandi/45176187b6d871d9767157b1cc4fd58c to your computer and use it in GitHub Desktop.
Save edgarsandi/45176187b6d871d9767157b1cc4fd58c to your computer and use it in GitHub Desktop.
suggestions to terraform-docs/issue/412

Suggestion 1:

→ At the beginning inside the <URL> (as in the terraform registry, or at the end with format like ASCII document format for example)

→ Always sort by <Mode> (Data Source < Resource), then sort by <ProviderName>_<Type>.<Name>


Suggestion 2:

→ At the beginning with parentheses before <URL>

→ Always sort by <Mode> (Data Source < Resource), then sort by <ProviderName>_<Type>.<Name>


Suggestion 3:

→ At the end with parentheses after <URL>

→ Always sort by <Mode> (Data Source < Resource), then sort by <ProviderName>_<Type>.<Name>


Suggestion 4:

→ At the beginning inside the <URL> (as in the terraform registry, or at the end with format like ASCII document format for example)

→ Continue to sort by <ProviderName>_<Type>_<Mode>.<Name>


Suggestion 5:

→ At the beginning with parentheses before <URL>

→ Continue to sort by <ProviderName>_<Type>_<Mode>.<Name>


Suggestion 6:

→ At the end with parentheses after <URL>

→ Continue to sort by <ProviderName>_<Type>_<Mode>.<Name>


Suggestion n:

...

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