Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 303 Bytes

AWS Front Terraform module

Terraform module which creates the resources to host a front web app on AWS.

Usage

module "front" {
  source      = "genstackio/front/aws"

  bucket_name = "name-of-the-bucket"
  dns         = "front.mydomain.com"
  dns_zone    = "id-of-the-route53-zone"
}