banzaicloud / terraform-provider-k8s

Kubernetes Terraform provider with support for raw manifests
https://registry.terraform.io/providers/banzaicloud/k8s
MIT License
135 stars 30 forks source link

Multiple k8s resources support in single yaml manifest with "---" seperator #69

Open rishi-anand opened 3 years ago

rishi-anand commented 3 years ago

Describe the bug

The provider should intelligently find out if there are multiple k8s resources(native, crd etc) and apply all as part of create and update.

Steps to reproduce the issue:

Apply manifest with multiple resources seperated with "---"

Expected behavior

Provider should apply all resources mentioned in manifest

Screenshots

Additional context