VED-1044: Create Cloudwatch Dashboard with Parameterised Terraform#1226
Merged
edhall-nhs merged 17 commits intomasterfrom Feb 20, 2026
Merged
Conversation
Contributor
|
This branch is working on a ticket in the NHS England VED JIRA Project. Here's a handy link to the ticket: VED-1044 |
8 tasks
dlzhry2nhs
reviewed
Feb 19, 2026
Contributor
dlzhry2nhs
left a comment
There was a problem hiding this comment.
Looks good to me. 1 minor suggestion regarding the structure of our calculated variables for the dashboard.
One nice to have but can be deferred or ignored: it is possible to select on an individual component which Lambdas you want to display. However, there are quite a lot. Some food for thought, it would be really nice if you could filter all components so they only show resources for internal-dev or internal-qa. And the same would go for green and blue.
dlzhry2nhs
previously approved these changes
Feb 19, 2026
Thomas-Boyle
approved these changes
Feb 20, 2026
dlzhry2nhs
approved these changes
Feb 20, 2026
…rd-parameterised-tf
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
🤖 Operational or Infrastructure Change
This is a follow on PR from #1201 that declares the dashboard within the terraform file as opposed to keeping the dashboard JSON config separate.
The previous approach is still valid and in some ways simpler but using variables based on the environment in terraform will help keep things more consistent across the AWS accounts.
NOTE: the PROD and PREPROD dashboards won't function as desired until the latest release due to some of the lambda names being changed.
Reviews Required
Review Checklist
ℹ️ This section is to be filled in by the reviewer.