Skip to content

Commit

Permalink
Update outputs description
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Jun 26, 2020
1 parent 3b2b48b commit efa3cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ module "secrets-manager-5" {

| Name | Description |
|------|-------------|
| rotate\_secret\_arns | Secret arn list |
| rotate\_secret\_ids | Secret id list |
| rotate\_secret\_arns | Rotate secret arn list |
| rotate\_secret\_ids | Rotate secret id list |
| secret\_arns | Secret arn list |
| secret\_ids | Secret id list |
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ output "secret_arns" {

# Rotate secrets
output "rotate_secret_ids" {
description = "Secret id list"
description = "Rotate secret id list"
value = aws_secretsmanager_secret.rsm.*.id
}

output "rotate_secret_arns" {
description = "Secret arn list"
description = "Rotate secret arn list"
value = aws_secretsmanager_secret.rsm.*.arn
}

0 comments on commit efa3cba

Please sign in to comment.