Terraform module which creates the resources to host a web app on AWS.
module "admin" {
source = "genstackio/app/aws"
bucket_name = "s3"
dns = "app.mydomain.com"
dns_zone = "id-of-the-route53-zone"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|