We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Modules should follow the Standard Module Structure from Terraform:
README.md
<-- {BEGIN|END}_TF_DOCS -->
versions.tf
variables.tf
outputs.tf
data.tf
locals.tf
main.tf
*.tf
Unlike the Terraform documentation, we don't suggest creating a base set of files even if they're empty - just omit that file until it's needed.