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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
| <aname="input_aws_account_id"></a> [aws\_account\_id](#input\_aws\_account\_id)| The AWS Account ID (numeric) |`string`| n/a | yes |
18
18
| <aname="input_aws_principal_org_id"></a> [aws\_principal\_org\_id](#input\_aws\_principal\_org\_id)| The AWS Org ID (numeric) |`string`| n/a | yes |
19
19
| <aname="input_backup_report_recipient"></a> [backup\_report\_recipient](#input\_backup\_report\_recipient)| Primary recipient of the Backup reports |`string`|`""`| no |
20
-
| <aname="input_backup_schedule_cron"></a> [backup\_schedule\_cron](#input\_backup\_schedule\_cron)| Defines the backup schedule in AWS Cron Expression format |`string`|`"cron(0 0/6 * * ? *)"`| no |
20
+
| <aname="input_backup_schedule_cron"></a> [backup\_schedule\_cron](#input\_backup\_schedule\_cron)| Defines the backup schedule in AWS Cron Expression format |`string`|`"cron(0 2 * * ? *)"`| no |
21
21
| <aname="input_branch_name"></a> [branch\_name](#input\_branch\_name)| The branch name to deploy |`string`|`"main"`| no |
22
22
| <aname="input_cognito_user_pool_additional_callback_urls"></a> [cognito\_user\_pool\_additional\_callback\_urls](#input\_cognito\_user\_pool\_additional\_callback\_urls)| A list of additional callback\_urls for the cognito user pool |`list(string)`|`[]`| no |
23
23
| <aname="input_commit_id"></a> [commit\_id](#input\_commit\_id)| The commit to deploy. Must be in the tree for branch\_name |`string`|`"HEAD"`| no |
0 commit comments