From 4dd0b4ab32854a0e9f8da2b287a374fef2c3ee49 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:20:33 +0000 Subject: [PATCH] lint --- docs/infrastructure.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/infrastructure.md b/docs/infrastructure.md index c192dd587..2caa65f83 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -119,5 +119,4 @@ Things to watch out for when destroying/creating infra: - SNS - When creating an email subscription in an environment, Terraform will look up the email to use as the subscription endpoint from Secrets Manager. If you haven’t already created this (e.g. by running terraform apply -target="module.monitoring" -var="create_secrets_first=true") then this will lead to the subscription creation erroring, because it can’t retrieve the value of the secret (because it doesn’t exist yet). If this happens, remember you’ll need to go to Secrets Manager in the console and enter the desired email (as plaintext, no quotation marks or anything else required) as the value of the secret (which is most likely called MONITORING_EMAIL). Then run another apply with Terraform and this time it should succeed. - ![Architecture Diagram](https://raw.githubusercontent.com/communitiesuk/submit-social-housing-lettings-and-sales-data/main/docs/images/architecture_diagram.png)