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 7ea1b37 commit 934aaa1Copy full SHA for 934aaa1
modules/postgresql/outputs.tf
@@ -25,6 +25,11 @@ output "instance_address" {
25
description = "The IPv4 addesses assigned for the master instance"
26
}
27
28
+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
+}
32
+
33
output "instance_first_ip_address" {
34
value = "${google_sql_database_instance.default.first_ip_address}"
35
description = "The first IPv4 address of the addresses assigned."
0 commit comments