mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
Adding mention of no-code to Modules section of TF Language docs
This commit is contained in:
parent
ec4935ba5d
commit
a50d8cfc11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user