provider/google: Add support for reading SQL instance assigned IP Addresses

This commit is contained in:
Lars Wander 2016-02-22 10:34:51 -05:00
parent e42ea36d23
commit 7b55d53ad1

View File

@ -148,3 +148,11 @@ The following attributes are exported:
The `settings` block exports:
* `version` - Used to make sure changes to the `settings` block are atomic.
The `ip_address` block exports a list of IPv4 addresses assigned to this
instance, with the following properties:
* `ip_address` - The IPv4 address assigned.
* `time_to_retire` - The time this IP address will be retired, in RFC 3339
format.