Document the data attribute that allows you to get at an instance's IPv6 address(es)

This commit is contained in:
Ian Gibbs 2017-05-14 21:42:18 +01:00
parent 5367f2607e
commit a4784e4d2a
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ interpolation.
* `no_device` - Whether the specified device included in the device mapping was suppressed or not (Boolean).
* `virtual_name` - The virtual device name.
* `iam_instance_profile` - The name of the instance profile associated with the Instance.
* `ipv6_addresses` - The IPv6 addresses associated to the Instance, if applicable. **NOTE**: Unlike the IPv4 address, this doesn't change if you attach an EIP to the instance.
* `instance_type` - The type of the Instance.
* `key_name` - The key name of the Instance.
* `monitoring` - Whether detailed monitoring is enabled or disabled for the Instance (Boolean).