Update description metadata
This commit is contained in:
parent
f25d993b47
commit
493d4b8dc8
|
@ -3,8 +3,7 @@ layout: "language"
|
||||||
page_title: "Provisioners Without a Resource"
|
page_title: "Provisioners Without a Resource"
|
||||||
sidebar_current: "docs-provisioners-null-resource"
|
sidebar_current: "docs-provisioners-null-resource"
|
||||||
description: |-
|
description: |-
|
||||||
The `null_resource` is a resource allows you to configure provisioners that
|
Using 'null_resource' to configure Terraform provisioners that are not directly associated with a single existing resource.
|
||||||
are not directly associated with a single existing resource.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Provisioners Without a Resource
|
# Provisioners Without a Resource
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: "language"
|
||||||
page_title: "Provisioners"
|
page_title: "Provisioners"
|
||||||
sidebar_current: "docs-provisioners"
|
sidebar_current: "docs-provisioners"
|
||||||
description: |-
|
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
|
# Provisioners
|
||||||
|
|
Loading…
Reference in New Issue