Skip to content

Commit 4417b2a

Browse files
committed
Add rds identifier and arn in output
1 parent 9af05a8 commit 4417b2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ output "rds_id" {
3535
value = local.resource_id
3636
}
3737

38+
output "rds_resource_id" {
39+
description = "RDS Resource ID"
40+
value = local.resource_id
41+
}
42+
3843
output "rds_arn" {
3944
description = "The RDS ARN"
4045
value = local.arn

0 commit comments

Comments
 (0)