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/app/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
@@ -36,6 +36,7 @@
36
36
| <aname="input_event_delivery_logging_success_sample_percentage"></a> [event\_delivery\_logging\_success\_sample\_percentage](#input\_event\_delivery\_logging\_success\_sample\_percentage)| Enable caching of events to an S3 bucket |`number`|`0`| no |
37
37
| <aname="input_group"></a> [group](#input\_group)| The group variables are being inherited from (often synonmous with account short-name) |`string`| n/a | yes |
38
38
| <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 |
39
+
| <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 |
39
40
| <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 |
40
41
| <aname="input_observability_account_id"></a> [observability\_account\_id](#input\_observability\_account\_id)| The Observability Account ID that needs access |`string`| n/a | yes |
41
42
| <aname="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment)| Name of the environment responsible for the acct resources used, affects things like DNS zone. Useful for named dev environments |`string`|`"main"`| no |
Copy file name to clipboardExpand all lines: infrastructure/terraform/components/sandbox/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
@@ -15,6 +15,7 @@ No requirements.
15
15
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
16
16
| <aname="input_group"></a> [group](#input\_group)| The group variables are being inherited from (often synonymous with account short-name) |`string`| n/a | yes |
17
17
| <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 |
18
+
| <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> | <pre>{<br/> "WTMMOCK": {<br/> "default_supplier": true,<br/> "enable_polling": true<br/> }<br/>}</pre> | no |
18
19
| <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 |
19
20
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
20
21
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|`"api"`|no|
15
+
| <aname="input_component"></a> [component](#input\_component)| The variable encapsulating the name of this component |`string`|n/a|yes|
15
16
| <aname="input_csi"></a> [csi](#input\_csi)| CSI from the parent component |`string`| n/a | yes |
16
17
| <aname="input_dynamodb_kms_key_arn"></a> [dynamodb\_kms\_key\_arn](#input\_dynamodb\_kms\_key\_arn)| KMS Key ARN for encrypting DynamoDB data. If not given, a key will be created. |`string`|`""`| no |
17
18
| <aname="input_enable_backup"></a> [enable\_backup](#input\_enable\_backup)| Enable Backups for the DynamoDB table? |`bool`|`true`| no |
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the tfscaffold environment |`string`| n/a | yes |
20
21
| <aname="input_group"></a> [group](#input\_group)| The group variables are being inherited from (often synonmous with account short-name) |`string`| n/a | yes |
| <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> | n/a | yes |
22
24
| <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
25
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
24
26
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
0 commit comments