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 4ef3042 commit f984e96Copy full SHA for f984e96
modules/mysql/outputs.tf
@@ -25,6 +25,11 @@ output "instance_ip_address" {
25
description = "The IPv4 address 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 for the master instance."
0 commit comments