ip_address is an array and requires the instance number (#11389)

This commit is contained in:
Christoph Blecker 2017-01-29 08:36:57 -08:00 committed by Paul Stack
parent 5f8dc6cc34
commit 061c8cc7ef
1 changed files with 2 additions and 2 deletions

View File

@ -157,9 +157,9 @@ to work, cannot be updated, and supports:
In addition to the arguments listed above, the following computed attributes are
exported:
* `ip_address.ip_address` - The IPv4 address assigned.
* `ip_address.0.ip_address` - The IPv4 address assigned.
* `ip_address.time_to_retire` - The time this IP address will be retired, in RFC
* `ip_address.0.time_to_retire` - The time this IP address will be retired, in RFC
3339 format.
* `self_link` - The URI of the created resource.