gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
628 stars 108 forks source link

docs: adjust kubectl_path_documents example #299

Closed johnknutsonhc closed 3 days ago

johnknutsonhc commented 1 week ago

The provider documentation calls out the manifests attribute as being well-suited for for_each expressions. The for_each example, however, uses the documents attribute instead.

This PR updates the for_each example to use the manifests attribute.

This PR addresses https://github.com/gavinbunney/terraform-provider-kubectl/issues/286

gavinbunney commented 3 days ago

Thanks!