Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evry-ace/terraform-provider-crd-kubernetes


https://github.com/evry-ace/terraform-provider-crd-kubernetes

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Using provider in your project

```
resource "kubernetes_crd" "crd-istio-instance" {
provider = "kubernetes_crd"

name = "istio"
namespace = "istio-system"
api_version = "istio.banzaicloud.io/v1beta1"
kind = "Istio"
spec = <