File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 3.0.0] - 2019-12-16
11+
1012### Removed
1113
1214- Removed variable ` peering_completed ` . [ #78 ]
@@ -15,6 +17,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
1517
1618- Added variable ` module_depends_on ` . [ #78 ]
1719
20+ ### Changed
21+
22+ - Renamed output ` instance_address ` to ` instance_ip_address ` in postgresql module. [ #83 ]
23+
1824## [ 2.0.0] - 2019-09-26
1925
20262.0.0 is a backward incompatible release. Review the
@@ -61,3 +67,4 @@ project adheres to [Semantic Versioning](http://semver.org/).
6167[ #53 ] : https://github.com/terraform-google-modules/terraform-google-sql-db/pull/53
6268[ #43 ] : https://github.com/terraform-google-modules/terraform-google-sql-db/pull/43
6369[ #78 ] : https://github.com/terraform-google-modules/terraform-google-sql-db/pull/78
70+ [ #83 ] : https://github.com/terraform-google-modules/terraform-google-sql-db/pull/83
Original file line number Diff line number Diff line change 6161| Name | Description |
6262| ------| -------------|
6363| generated\_ user\_ password | The auto generated default user password if not input password was provided |
64- | instance\_ address | The IPv4 addesses assigned for the master instance |
6564| instance\_ connection\_ name | The connection name of the master instance to be used in connection strings |
6665| instance\_ first\_ ip\_ address | The first IPv4 address of the addresses assigned. |
66+ | instance\_ ip\_ address | The IPv4 addesses assigned for the master instance |
6767| instance\_ name | The instance name for the master instance |
6868| instance\_ self\_ link | The URI of the master instance |
6969| instance\_ server\_ ca\_ cert | The CA certificate information used to connect to the SQL instance via SSL |
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ 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}
You can’t perform that action at this time.
0 commit comments