https://github.com/a0s/terraform-cert-manager
cert-manager manifests converted to hcl
https://github.com/a0s/terraform-cert-manager
Last synced: 5 months ago
JSON representation
cert-manager manifests converted to hcl
- Host: GitHub
- URL: https://github.com/a0s/terraform-cert-manager
- Owner: a0s
- Created: 2021-04-28T10:04:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T11:38:00.000Z (about 5 years ago)
- Last Synced: 2025-04-12T06:37:53.077Z (over 1 year ago)
- Language: HCL
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Terraform ready cert-manager
Usage
-----
```hcl
module "cert_manager" {
source = "./cert-manager"
providers = {
kubernetes = kubernetes
kubernetes-alpha = kubernetes-alpha
}
}
resource "kubectl_manifest" "cert_manager_cluster_issuer" {
depends_on = [module.cert_manager]
yaml_body = <