From eaab6ef616a64929fe7d33350e0d4a3da6b5bd74 Mon Sep 17 00:00:00 2001 From: mikereiddigital Date: Mon, 26 Feb 2024 09:13:18 +0000 Subject: [PATCH] Adds a reference to a second deployed example for using the ec2 module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e663f..0fde48d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ module "ec2_test_instance" { } ``` -For a deployed example, please check [example](https://github.com/ministryofjustice/modernisation-platform-environments/blob/main/terraform/environments/example/ec2.tf#L233) +For a deployed example, please check [example](https://github.com/ministryofjustice/modernisation-platform-environments/blob/main/terraform/environments/example/ec2.tf#L233). A second [fully self-contained example](https://github.com/ministryofjustice/modernisation-platform-environments/blob/main/terraform/environments/example/ec2_complete.tf) has been added for ease of use. ### Setting backup tags Read [the Modernisation Platform backup functionality](https://user-guide.modernisation-platform.service.justice.gov.uk/concepts/environments/backups.html#backups) to understand how the backup plan works.