Update description metadata

This commit is contained in:
Laura Pacilio 2021-07-07 17:37:19 -04:00
parent f25d993b47
commit 493d4b8dc8
2 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,7 @@ layout: "language"
page_title: "Provisioners Without a Resource"
sidebar_current: "docs-provisioners-null-resource"
description: |-
The `null_resource` is a resource allows you to configure provisioners that
are not directly associated with a single existing resource.
Using 'null_resource' to configure Terraform provisioners that are not directly associated with a single existing resource.
---
# Provisioners Without a Resource

View File

@ -3,7 +3,7 @@ layout: "language"
page_title: "Provisioners"
sidebar_current: "docs-provisioners"
description: |-
How to use provisioners in Terraform to execute scripts on a local or remote machine as part of resource creation or destruction.
Using provisioners in Terraform to execute scripts on a local or remote machine as part of resource creation or destruction.
---
# Provisioners