Skip to content

Commit 865b976

Browse files
committed
revert the change
1 parent ad646d8 commit 865b976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/postgresql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
| Name | Description |
6363
|------|-------------|
6464
| generated\_user\_password | The auto generated default user password if not input password was provided |
65+
| instance\_address | The IPv4 addesses assigned for the master instance |
6566
| instance\_connection\_name | The connection name of the master instance to be used in connection strings |
6667
| instance\_first\_ip\_address | The first IPv4 address of the addresses assigned. |
67-
| instance\_ip\_address | The IPv4 addesses assigned for the master instance |
6868
| instance\_name | The instance name for the master instance |
6969
| instance\_self\_link | The URI of the master instance |
7070
| instance\_server\_ca\_cert | The CA certificate information used to connect to the SQL instance via SSL |

modules/postgresql/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ output "instance_name" {
2020
description = "The instance name for the master instance"
2121
}
2222

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

0 commit comments

Comments
 (0)