Skip to content

Commit

Permalink
Merge pull request hashicorp#31954 from hashicorp/mg_no_code_prov_fol…
Browse files Browse the repository at this point in the history
…lowup

Adding mention of no-code to Creating Modules section of TF Language docs
  • Loading branch information
mgarrell777 authored Oct 6, 2022
2 parents e60bfc0 + a50d8cf commit 03bff99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/language/modules/develop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03bff99

Please sign in to comment.