Update description metadata
This commit is contained in:
parent
f25d993b47
commit
493d4b8dc8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue