Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 948 Bytes

File metadata and controls

40 lines (26 loc) · 948 Bytes

Terraform AWS Preview URL

Create the relevant infrastructure to generate a preview URL for a web service. Designed to work with nsbno/terraform-aws-ssr-site.

Usage

Remember to check out the variables and outputs to see all options.

module "preview_url" {
  source = "github.com/nsbno/terraform-aws-preview-url?ref=x.y.z"

  providers = {
    aws.us_east_1 = aws.us_east_1
  }

  service_name = "infrademo-demo-app"
}

Relevant Repositories

You can use these repos together with this repo!

nsbno/terraform-aws-ssr-site

Looking to deploy a server side rendered website (SSR). Use this module.

Architecture

preview lambda.drawio

This module sets up the "Application AWS Account" part.