Skip to content

Commit 462ec8c

Browse files
Update outputs.tf
Examples output.tf updated
1 parent 739bc8f commit 462ec8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/complete/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ output "standard_secret_id" {
1212
value = module.secrets_manager.secret_id
1313
}
1414

15+
output "standard_secret_name" {
16+
description = "The name of the secret"
17+
value = module.secrets_manager.secret_name
18+
}
19+
1520
output "standard_secret_replica" {
1621
description = "Attributes of the replica created"
1722
value = module.secrets_manager.secret_replica

0 commit comments

Comments
 (0)