From a50d8cfc116209925edcf7d2f53370601a89aa97 Mon Sep 17 00:00:00 2001 From: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> Date: Thu, 6 Oct 2022 11:53:53 -0400 Subject: [PATCH] Adding mention of no-code to Modules section of TF Language docs --- website/docs/language/modules/develop/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/language/modules/develop/index.mdx b/website/docs/language/modules/develop/index.mdx index 760b5ea7a8..2c840cfa33 100644 --- a/website/docs/language/modules/develop/index.mdx +++ b/website/docs/language/modules/develop/index.mdx @@ -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