Skip to content

Commit

Permalink
Update outputs.tf (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 authored Mar 19, 2024
1 parent 6fbd231 commit 675cbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ output "instance_connection_info" {
}

output "instance_id" {
description = "Instance ID of RDS DB"
value = aws_db_instance.this.id
description = "Instance `identifier` NOT `id` of RDS DB. For backwards compatibility. See [change](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-5-upgrade#aws_db_instanceid-is-no-longer-the-identifier)"
value = aws_db_instance.this.identifier
}
output "password_secret_arn" {
description = "Password secret ARN"
Expand Down

0 comments on commit 675cbce

Please sign in to comment.