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
|`app_name`| Application name | string |`null`| yes |
217
+
|`aws_region`| AWS region | string |`us-east-2`| no |
218
+
|`secrets`| List of objects of [secrets](#secrets)| list(object) |`null`| yes |
219
+
|`delete_in`|[Number of days](#recovery-window) to wait before secret deletion | number |`30`| no |
220
+
|`tags`| Key-value map of tags | map(string) |`{}`| no |
219
221
220
222
### Secrets
221
223
@@ -225,6 +227,10 @@ module "user" {
225
227
|`value`| Secret value | string |`null`|
226
228
|`allowed_arns`| List of principal ARNs that have access to the secret | list |`null`|
227
229
230
+
### Recovery window
231
+
232
+
Number of days that AWS Secrets Manager waits before it can delete the secret. This value can be `0` to force deletion without recovery or range from `7` to `30` days. The default value is `30`.
0 commit comments