Skip to content

Commit

Permalink
update output names
Browse files Browse the repository at this point in the history
  • Loading branch information
paliwalvimal committed Jun 4, 2022
1 parent f97ade1 commit 4beaa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions output.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
output "secret_arn" {
output "arn" {
value = local.secret_id
description = "ARN of the secret"
}

output "secret_version" {
output "version_id" {
value = aws_secretsmanager_secret_version.this.version_id
description = "Version ID of the secret"
}

0 comments on commit 4beaa87

Please sign in to comment.