submodules/genvid/aws-import-cert

Imports an AWS ACM Certifcate.

Requirements

  • terraform >= 0.12

Inputs

certificate_body (string)

The certificate’s PEM-formatted public key

name (string)

Resource name

private_key (string)

The certificate’s PEM-formatted private key

region (string)

This is the AWS region

certificate_chain (string)

The certificate’s PEM-formatted chain

tags (map(string))

A mapping of tags to assign to the resource.

Outputs

arn

The ARN of the certificate

body

The certificate’s PEM-formatted public key

chain

The certificate’s PEM-formatted chain

domain_name

A domain name for which the certificate should be issued

id

The ARN of the certificate

private_key

The certificate’s PEM-formatted private key