mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
website: Fix a typo in null_resource provisioner page description (#19928)
This commit is contained in:
parent
479964ad66
commit
42305e62ea
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ page_title: "Provisioners: null_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 exiting resource.
|
||||
are not directly associated with a single existing resource.
|
||||
---
|
||||
|
||||
# null\_resource
|
||||
|
|
|
|||
Loading…
Reference in a new issue