File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 |
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_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}
You can’t perform that action at this time.
0 commit comments