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 f984e96 commit b5f2e78Copy full SHA for b5f2e78
modules/postgresql/outputs.tf
@@ -20,12 +20,12 @@ output "instance_name" {
20
description = "The instance name for the master instance"
21
}
22
23
-output "instance_address" {
+output "instance_ip_address" {
24
value = "${google_sql_database_instance.default.ip_address}"
25
description = "The IPv4 addesses assigned for the master instance"
26
27
28
-output private_address {
+output "private_address" {
29
value = "${google_sql_database_instance.default.private_ip_address}"
30
description = "The private IP address assigned for the master instance"
31
0 commit comments