terraform-kubernetes-jetstack-certmanager
Terraform module which deploys Jet Stack Cert Manager

| Example |
Description |
Status |
| Standard |
Deploying jetstack certmanager using the default settings |
 |
| Custom |
Customising the deployment to use a different api_group, name and namespace |
 |
Report issues/questions/feature requests via issues
Full contributing guidelines are covered here
No modules.
| Name |
Description |
Type |
Default |
Required |
| api_group |
The name of the API group to create |
string |
"cert-manager.io" |
no |
| create_namespace |
Determines whether to create a new kubernetes namespace for the jetstack certmanager deployment |
bool |
true |
no |
| kubernetes_version |
The kubernetes version the application is being deployed onto |
string |
"v1.6.1" |
no |
| name |
The name of the appliation being deployed |
string |
"cert-manager" |
no |
| namespace |
The namespace to deploy the appliation in |
string |
"cert-manager" |
no |
| Name |
Description |
| api_group |
The Kubernets API Group that has been created |