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 f3435a8 commit 0331653Copy full SHA for 0331653
outputs.tf
@@ -22,6 +22,6 @@ output "db_name" {
22
value = "${var.db_name}"
23
}
24
25
-output "db_identitifier" {
+output "db_identifier" {
26
value = "${aws_db_instance.default.identitifier}"
27
0 commit comments