Skip to content

Commit 94f1fc9

Browse files
committed
Docs on single doc
1 parent ff37406 commit 94f1fc9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/resources/kubectl_manifest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This resource handles creation, deletion and even updating your kubernetes resou
66

77
Behind the scenes, this provider uses the same capability as the `kubectl apply` command, that is, you can update the YAML inline and the resource will be updated in place in kubernetes.
88

9+
> **TIP:** This resource only supports a single yaml resource. If you have a list of documents in your yaml file,
10+
> use the [kubectl_path_documents](https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs/data-sources/kubectl_path_documents) data source to split the files into individual resources.
11+
912
## Example Usage
1013

1114
```hcl

0 commit comments

Comments
 (0)