https://github.com/nlamirault/terraform-google-cert-manager
Terraform module for Cert-Manager
https://github.com/nlamirault/terraform-google-cert-manager
cert-manager galactus google terraform terraform-module
Last synced: 12 months ago
JSON representation
Terraform module for Cert-Manager
- Host: GitHub
- URL: https://github.com/nlamirault/terraform-google-cert-manager
- Owner: nlamirault
- Created: 2021-02-01T09:23:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T10:02:43.000Z (12 months ago)
- Last Synced: 2025-07-09T10:48:14.351Z (12 months ago)
- Topics: cert-manager, galactus, google, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cert-Manager into Google Cloud Platform

## Usage
```hcl
module "cert_manager" {
source = "nlamirault/cert-manager/google"
version = "1.0.0"
project = var.project
namespace = var.namespace
service_account = var.service_account
}
```
and variables :
```hcl
project = "foo-prod"
##############################################################################
# Cert-Manager
namespace = "cert-manager"
service_account = "cert-manager"
```
## Documentation
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.0.0 |
## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [iam](#module\_iam) | terraform-google-modules/iam/google//modules/service_accounts_iam | 7.4.0 |
| [service\_account](#module\_service\_account) | terraform-google-modules/service-accounts/google | 4.0.3 |
## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [namespace](#input\_namespace) | The Kubernetes namespace | `string` | n/a | yes |
| [project](#input\_project) | The project in which the resource belongs | `string` | n/a | yes |
| [service\_account](#input\_service\_account) | The Kubernetes service account | `string` | n/a | yes |
## Outputs
| Name | Description |
|------|-------------|
| [service\_account](#output\_service\_account) | Service Account for Cert Manager |