Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Created January 18, 2022 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicosingh/29495a58cd7e6112b32c1eac5c03d795 to your computer and use it in GitHub Desktop.
Save nicosingh/29495a58cd7e6112b32c1eac5c03d795 to your computer and use it in GitHub Desktop.
resource "aws_acm_certificate" "certificate" {
certificate_body = acme_certificate.certificate.certificate_pem
private_key = acme_certificate.certificate.private_key_pem
certificate_chain = acme_certificate.certificate.issuer_pem
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment