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/dl/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ No requirements.
14
14
| <aname="input_apim_base_url"></a> [apim\_base\_url](#input\_apim\_base\_url)| The URL used to send requests to Notify and PDM |`string`|`"https://int.api.service.nhs.uk"`| no |
15
15
| <aname="input_apim_keygen_schedule"></a> [apim\_keygen\_schedule](#input\_apim\_keygen\_schedule)| Schedule to refresh key pairs if necessary |`string`|`"cron(0 14 * * ? *)"`| no |
16
16
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
17
+
| <aname="input_aws_account_name"></a> [aws\_account\_name](#input\_aws\_account\_name)| The AWS Account Name |`string`|`"dev"`| no |
17
18
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"dl"`| no |
18
19
| <aname="input_default_tags"></a> [default\_tags](#input\_default\_tags)| A map of default tags to apply to all taggable resources within the component |`map(string)`|`{}`| no |
19
20
| <aname="input_enable_dynamodb_delete_protection"></a> [enable\_dynamodb\_delete\_protection](#input\_enable\_dynamodb\_delete\_protection)| Enable DynamoDB Delete Protection on all Tables |`bool`|`true`| no |
0 commit comments