All Modules
GCPSecurity

Certificate Manager

Google-managed SSL certificates with DNS authorization

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)

NameTypeDescriptionDefaultRequired
project_idstringGCP project IDyes
namestringCertificate resource nameyes
domain_nameslist(string)Domain names for the certificateyes
create_certificate_mapboolCreate certificate map for LBfalseno

Outputs (3)

NameDescription
certificate_idID of the managed certificate
certificate_nameName of the certificate
dns_authorizationsDNS records needed for validation

More GCP Modules

Browse our full library of GCP infrastructure modules.

View all GCP modules