You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infrastructure/terraform/components/acct/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
| <aname="input_group"></a> [group](#input\_group)| The group variables are being inherited from (often synonmous with account short-name) |`string`| n/a | yes |
20
20
| <aname="input_initial_cli_secrets_provision_override"></a> [initial\_cli\_secrets\_provision\_override](#input\_initial\_cli\_secrets\_provision\_override)| A map of default value to intialise SSM secret values with. Only useful for initial setup of the account due to lifecycle rules. |`map(string)`|`{}`| no |
21
21
| <aname="input_kms_deletion_window"></a> [kms\_deletion\_window](#input\_kms\_deletion\_window)| When a kms key is deleted, how long should it wait in the pending deletion state? |`string`|`"30"`| no |
22
+
| <aname="input_letter_suppliers"></a> [letter\_suppliers](#input\_letter\_suppliers)| Letter suppliers enabled in the environment | <pre>map(object({<br/> enable_polling = bool<br/> default_supplier = optional(bool)<br/> }))</pre> |`{}`| no |
22
23
| <aname="input_log_retention_in_days"></a> [log\_retention\_in\_days](#input\_log\_retention\_in\_days)| The retention period in days for the Cloudwatch Logs events to be retained, default of 0 is indefinite |`number`|`0`| no |
23
24
| <aname="input_observability_account_id"></a> [observability\_account\_id](#input\_observability\_account\_id)| The Observability Account ID that needs access |`string`| n/a | yes |
24
25
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: lambdas/sftp-letters/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,3 @@
3
3
The `send-proof` lambda within this package is a component in a system for sending files to letter suppliers within the ['NHS Notify Letters CSV SFTP integration protocol'](https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/832041921/NHS+Notify+Letters+CSV+SFTP+integration+protocol) system.
4
4
5
5
[Confluence: PDF Letter Proofing via SFTP](https://nhsd-confluence.digital.nhs.uk/spaces/RIS/pages/1022866290/PDF+letter+template+proofing+via+SFTP)
0 commit comments