Skip to content

Commit

Permalink
Update kubectl_manifest.md (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-a-sanchez authored Oct 22, 2021
1 parent 02b422d commit 15de61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/kubectl_manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Create a Kubernetes resource using raw YAML manifests.

This resource handles creation, deletion and even updating your kubernetes resources. This allows complete lifecycle management of your kubernetes resources are terraform resources!
This resource handles creation, deletion and even updating your kubernetes resources. This allows complete lifecycle management of your kubernetes resources as terraform resources!

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.

Expand Down

0 comments on commit 15de61b

Please sign in to comment.