PR Summary
What does this PR do?
Provide a clear and concise summary of the changes in this PR and why they are being made.
Scope of change
Identify the specific module, script or directory this PR affects.
Type of change
Choose one that best describes this PR and delete the rest.
feat: new feature or capabilityfix: bug fix or correctionchore: maintenance, tooling, dependenciesdocs: documentation changesrefactor: restructuring without behaviour changerevert: reverting a previous commit
Checks before merging
Fill in Pass or Fail for each item. Write NA if the check does not apply to this PR.
- Branch name is prefixed with the primary type of change (e.g.
feat/add-vpc-module): - Commit messages follow conventional commit standards:
- Documentation updated where applicable (
terraform-docs): - Ran
terraform initsuccessfully to verify providers, modules and dependencies: - Ran
terraform fmtto format all terraform files: - Ran
terraform validateto check for syntax errors: - Ran
tflintwith no linting errors: - No secrets, credentials or sensitive values in code:
Notes for the reviewers
Call out anything that needs special attention, known limitations, deliberate trade-offs, or context that is not immediately obvious from reading the code.