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/modules/backend-api/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,6 @@ No requirements.
13
13
| <aname="input_cloudfront_distribution_arn"></a> [cloudfront\_distribution\_arn](#input\_cloudfront\_distribution\_arn)| ARN of the cloudfront distribution to serve files from |`string`|`null`| no |
| <aname="input_enable_backup"></a> [enable\_backup](#input\_enable\_backup)| Enable Backups for the DynamoDB table? |`bool`|`true`| no |
19
18
| <aname="input_enable_event_stream"></a> [enable\_event\_stream](#input\_enable\_event\_stream)| Enable DynamoDB streaming to EventBridge |`bool`|`true`| no |
@@ -25,14 +24,14 @@ No requirements.
25
24
| <aname="input_log_destination_arn"></a> [log\_destination\_arn](#input\_log\_destination\_arn)| Destination ARN to use for the log subscription filter |`string`|`""`| no |
26
25
| <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 |
27
26
| <aname="input_log_subscription_role_arn"></a> [log\_subscription\_role\_arn](#input\_log\_subscription\_role\_arn)| The ARN of the IAM role to use for the log subscription filter |`string`|`""`| no |
28
-
| <aname="input_module"></a> [module](#input\_module)| The variable encapsulating the name of this module |`string`|`"api"`| no |
29
-
| <aname="input_parent_acct_environment"></a> [parent\_acct\_environment](#input\_parent\_acct\_environment)| Name of the environment responsible for the acct resources used |`string`| n/a | yes |
30
27
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
33
30
| <aname="input_send_to_firehose"></a> [send\_to\_firehose](#input\_send\_to\_firehose)| Flag indicating whether logs should be sent to firehose |`bool`| n/a | yes |
34
31
| <aname="input_sns_topic_arn"></a> [sns\_topic\_arn](#input\_sns\_topic\_arn)| SNS topic ARN |`string`|`null`| no |
32
+
| <aname="input_ssm_parameter_sftp_mock_config_name"></a> [ssm\_parameter\_sftp\_mock\_config\_name](#input\_ssm\_parameter\_sftp\_mock\_config\_name)| SSM Parameter name for the SFTP mock config |`string`|`null`| no |
0 commit comments