ip_address is an array and requires the instance number (#11389)
This commit is contained in:
parent
5f8dc6cc34
commit
061c8cc7ef
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue