GithubHelp home page GithubHelp logo

isabella232 / terraform-aws-acm-certificate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from computology/terraform-aws-acm-certificate

0.0 0.0 0.0 11 KB

A Terraform module to create an Amazon Certificate Manager (ACM) certificate with Route 53 DNS validation.

License: Apache License 2.0

HCL 100.00%

terraform-aws-acm-certificate's Introduction

terraform-aws-acm-certificate

A Terraform module to create an Amazon Certificate Manager (ACM) certificate with Route 53 DNS validation.

Usage

resource "aws_route53_zone" "default" {
  name = "azavea.com"
}

module "cert" {
  source = "github.com/azavea/terraform-aws-acm-certificate?ref=0.1.0"

  domain_name               = "azavea.com"
  subject_alternative_names = ["*.azavea.com"]
  hosted_zone_id            = "${aws_route53_zone.default.zone_id}"
  validation_record_ttl     = "60"
}

Variables

  • domain_name - Primary domain name associated with certificate
  • subject_alternative_names - Subject alternative domain names
  • hosted_zone_id - Route 53 hosted zone ID for domain_name
  • validation_record_ttl - Route 53 record time-to-live (TTL) for validation record (default: 60)

Outputs

  • arn - The Amazon Resource Name (ARN) of the ACM certificate

terraform-aws-acm-certificate's People

Contributors

hectcastro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.