You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/source/docs/modules/index.html.markdown

674 B

layout page_title sidebar_current description
docs Modules docs-modules Modules in Terraform are self-contained packages of Terraform configurations that are managed as a group. Modules are used to create reusable components in Terraform as well as for basic code organization.

Modules

Modules in Terraform are self-contained packages of Terraform configurations that are managed as a group. Modules are used to create reusable components in Terraform as well as for basic code organization.

Modules are very easy to both use and create. Depending on what you're looking to do first, use the navigation on the left to dive into how modules work.