Usage
module "certificate_manager" {
source = "github.com/fencepencil/gcp-modules//certificate-manager"
project_id = "<project_id>"
name = "<name>"
domain_names = ["<value>"]
tags = var.tags
}Inputs (4)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
project_id | string | GCP project ID | — | yes |
name | string | Certificate resource name | — | yes |
domain_names | list(string) | Domain names for the certificate | — | yes |
create_certificate_map | bool | Create certificate map for LB | false | no |
Outputs (3)
| Name | Description |
|---|---|
certificate_id | ID of the managed certificate |
certificate_name | Name of the certificate |
dns_authorizations | DNS records needed for validation |