Add an optional description
argument for describing secrets.
Export a list of secret version ARNs.
Fix a bug in v1.1.0.
This adds a deletion_mode
variable which is either "SOFT"
or "IMMEDIATE"
.
The default is "SOFT"
, so the behaviour is unchanged from previous versions, but this lets you opt into immediate deletion of secrets.
Add a required aws
provider to the module.
This doesn't change any of the created resources, but it suppresses a warning about providers in newer versions of Terraform.
Initial release. This is based on the version of the module in storage-service@8387cc1.
Initial tagged version.