Skip to content

Create relevant infrastructure to generate a preview URL for SSR services

Notifications You must be signed in to change notification settings

nsbno/terraform-aws-preview-url

Repository files navigation

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.

About

Create relevant infrastructure to generate a preview URL for SSR services

Topics

Resources

Stars

Watchers

Forks