Skip to content

Commit

Permalink
fix: reserved instance output (#240)
Browse files Browse the repository at this point in the history
* fix: reserved instance output syntax

* fix: reserved instance output syntax

* Update outputs.tf

* Update outputs.tf
  • Loading branch information
oycyc authored Dec 4, 2024
1 parent ca45201 commit f04ac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ output "activity_stream_name" {
}

output "reserved_instance" {
value = join("", aws_rds_reserved_instance.default[*])
value = aws_rds_reserved_instance.default
description = "All information about the reserved instance(s) if created."
}

0 comments on commit f04ac08

Please sign in to comment.