Skip to content

osodevops/aws-terraform-module-acm

Repository files navigation

AWS Certificate Manager Terraform module

README Header

AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates.


Usage

Using AWS ACM to create an SSL certificate in a Public Zone

Requirements

Examples

Follow this example

    module "ca" {
      source                  = "git::ssh://git@github.com/osodevops/aws-terraform-module-acm.git"
      domain                  = var.domain # The domain of the zone
      sub_domain              = var.sub_domain # Subdomain of the zone
      ttl                     = var.ttl # Time to Live
      common_tags             = var.common_tags
    }

Need some help

File a GitHub issue, send us an email or tweet us.

The legals

Copyright © 2017-2021 OSO | See LICENCE for full details.

OSO who we are

Who we are

We at OSO help teams to adopt emerging technologies and solutions to boost their competitiveness, operational excellence and introduce meaningful innovations that drive real business growth. Our developer-first culture, combined with our cross-industry experience and battle-tested delivery methods allow us to implement the most impactful solutions for your business.

Looking for support applying emerging technologies in your business? We’d love to hear from you, get in touch by email

Start adopting new technologies by checking out our other projects, follow us on twitter, join our team of leaders and challengers, or contact us to find the right technology to support your business.Beacon

About

Using AWS ACM to create an SSL certificate in a Public Zone

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published