Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evry-ace/terraform-provider-crd-kubernetes
- Owner: evry-ace
- Created: 2019-05-12T19:10:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:38:22.000Z (about 1 year ago)
- Last Synced: 2023-12-15T09:42:14.282Z (about 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 = <