From 37fbfebb82b45ae99268126f972ccc8eba923813 Mon Sep 17 00:00:00 2001 From: Thomas Judd-Cooper Date: Fri, 14 Jul 2023 21:27:11 +0100 Subject: [PATCH] Add example app link --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb0cc4f..1db3f9a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This is a Terraform module for deploying a Next.js application built with [OpenN - [OpenNext Terraform Module for AWS](#opennext-terraform-module-for-aws) - [Table of Contents](#table-of-contents) + - [Example](#example) - [Installation](#installation) - [Prerequisites](#prerequisites) - [Usage](#usage) @@ -16,6 +17,10 @@ This is a Terraform module for deploying a Next.js application built with [OpenN - [Contacts](#contacts) - [Licence](#licence) +## Example + +The example app in `example/` is deployed using the latest version of this Terraform module to [terraform-aws-opennext.tools.engineering.england.nhs.uk](https://terraform-aws-opennext.tools.engineering.england.nhs.uk/). + ## Installation Copy and paste the following into your Terraform configuration, edit the variables, and then `terraform init`. @@ -26,10 +31,10 @@ module "opennext" { version = "0.0.1-alpha.5" prefix = "opennext" - domain_name = "your-domain-name.com" + domain_name = "your-domain-name.com" acm_certificate_arn = "arn:aws:acm:region:account:certificate/certificate_ID" hosted_zone_id = "12345" - opennext_build_path = ".open-next" + opennext_build_path = ".open-next" } ``` @@ -69,7 +74,6 @@ Describe or link templates on how to raise an issue, feature request or make a c - Thomas Judd-Cooper - [Email](mailto:thomas.judd-cooper1@nhs.net) - [GitHub](https://github.com/Tomdango) - ## Licence Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.