PrefectHQ / prefect-recipes

Snippets and templates representing common Customer Success patterns
https://PrefectHQ.github.io/prefect-recipes/
Apache License 2.0
238 stars 29 forks source link

add secrets manager recovery variable #212

Closed Bee0933 closed 1 year ago

Bee0933 commented 1 year ago

Description

The default behavior of the recovery_window_in_days argument in the aws_secretsmanager_secret resource has been modified by this PR. When the variable is defined, it determines the amount of time that AWS Secrets Manager must wait before deleting the secret. However, if the variable is undefined, the default waiting period will now be applied.

Type of change

New Recipe Checklist

jamiezieziula commented 1 year ago

Thanks for the contribution @Bee0933! Looks like the terraform check is failing. Can you install & run the precommit checks locally? That should fix the formatting error.

Bee0933 commented 1 year ago

Thanks for the contribution @Bee0933! Looks like the terraform check is failing. Can you install & run the precommit checks locally? That should fix the formatting error.

You're welcome! sure, I can do that.