@@ -17,7 +17,7 @@ A module to create application secrets stored in [AWS Secrets Manager](https://a
1717
1818## Prerequisites
1919
20- * [ Terraform] ( https://www.terraform.io/downloads.html ) (version ` 0.13.7 ` or higher)
20+ * [ Terraform] ( https://www.terraform.io/downloads.html ) (version ` 1.0.0 ` or higher)
2121* [ AWS provider] ( https://www.terraform.io/docs/providers/aws/ ) (version ` 2.60 ` or higher)
2222
2323## Example usage
@@ -210,25 +210,25 @@ module "user" {
210210
211211## Inputs
212212
213- | Name | Description | Type | Default | Required |
214- | ------------ | -------------------------------------- | ------------ | ----------- | --------- |
215- | ` app_name ` | Application name | string | ` null ` | yes |
216- | ` aws_region ` | AWS region | string | ` us-east-2 ` | no |
217- | ` secrets ` | List of objects of [ secrets] ( #secrets ) | list(object) | ` null ` | yes |
218- | ` tags ` | Key-value map of tags | map(string) | ` {} ` | no |
213+ | Name | Description | Type | Default | Required |
214+ | : ------------- | : --------------------------------------- | : ------------- | : ------------ | : ---------|
215+ | ` app_name ` | Application name | string | ` null ` | yes |
216+ | ` aws_region ` | AWS region | string | ` us-east-2 ` | no |
217+ | ` secrets ` | List of objects of [ secrets] ( #secrets ) | list(object) | ` null ` | yes |
218+ | ` tags ` | Key-value map of tags | map(string) | ` {} ` | no |
219219
220220### Secrets
221221
222222| Name | Description | Type | Default |
223- | -------------- | ----------------------------------------------------- | ------ | ------- |
223+ | : --------------- | : ------------------------------------------------------ | : ------- | : -------- |
224224| ` name ` | Secret name | string | ` null ` |
225225| ` value ` | Secret value | string | ` null ` |
226226| ` allowed_arns ` | List of principal ARNs that have access to the secret | list | ` null ` |
227227
228228## Outputs
229229
230230| Name | Description | Sensitive |
231- | --------------- | ---------------------------------------- | --------- |
231+ | : ---------------- | : ----------------------------------------- | : ---------- |
232232| ` all ` | Map of names and arns of created secrets | yes |
233233| ` kms_key_arn ` | The master key ARN | no |
234234| ` kms_alias_arn ` | The master key alias ARN | no |
0 commit comments