Skip to content

Commit 061c8cc

Browse files
cbleckerstack72
authored andcommitted
ip_address is an array and requires the instance number (hashicorp#11389)
1 parent 5f8dc6c commit 061c8cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/source/docs/providers/google/r/sql_database_instance.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ to work, cannot be updated, and supports:
157157
In addition to the arguments listed above, the following computed attributes are
158158
exported:
159159

160-
* `ip_address.ip_address` - The IPv4 address assigned.
160+
* `ip_address.0.ip_address` - The IPv4 address assigned.
161161

162-
* `ip_address.time_to_retire` - The time this IP address will be retired, in RFC
162+
* `ip_address.0.time_to_retire` - The time this IP address will be retired, in RFC
163163
3339 format.
164164

165165
* `self_link` - The URI of the created resource.

0 commit comments

Comments
 (0)