mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 11:42:58 -06:00
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
|
In addition to the arguments listed above, the following computed attributes are
|
||||||
exported:
|
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.
|
3339 format.
|
||||||
|
|
||||||
* `self_link` - The URI of the created resource.
|
* `self_link` - The URI of the created resource.
|
||||||
|
Loading…
Reference in New Issue
Block a user