Adding mention of no-code to Modules section of TF Language docs

This commit is contained in:
Matthew Garrell 2022-10-06 11:53:53 -04:00
parent ec4935ba5d
commit a50d8cfc11

View File

@ -70,6 +70,12 @@ your module is not creating any new abstraction and so the module is
adding unnecessary complexity. Just use the resource type directly in the
calling module instead.
### No-Code Provisioning in Terraform Cloud
You can also create no-code ready modules to enable the no-code provisioning workflow in Terraform Cloud. No-code provisioning lets users deploy a module's resources in Terraform Cloud without writing any Terraform configuration.
No-code ready modules have additional requirements and considerations. Refer to [Designing No-Code Ready Modules](/cloud-docs/no-code-provisioning/module-design) in the Terraform Cloud documentation for details.
## Refactoring module resources
You can include [refactoring blocks](/language/modules/develop/refactoring) to record how resource