Skip to content

Commit b5f2e78

Browse files
committed
fix a typo
1 parent f984e96 commit b5f2e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/postgresql/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ output "instance_name" {
2020
description = "The instance name for the master instance"
2121
}
2222

23-
output "instance_address" {
23+
output "instance_ip_address" {
2424
value = "${google_sql_database_instance.default.ip_address}"
2525
description = "The IPv4 addesses assigned for the master instance"
2626
}
2727

28-
output private_address {
28+
output "private_address" {
2929
value = "${google_sql_database_instance.default.private_ip_address}"
3030
description = "The private IP address assigned for the master instance"
3131
}

0 commit comments

Comments
 (0)