We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0331653 commit b04c7e5Copy full SHA for b04c7e5
outputs.tf
@@ -23,5 +23,5 @@ output "db_name" {
23
}
24
25
output "db_identifier" {
26
- value = "${aws_db_instance.default.identitifier}"
+ value = "${aws_db_instance.default.identifier}"
27
0 commit comments