From 7b55d53ad1c1ec845daf91c39dd9f8a931978712 Mon Sep 17 00:00:00 2001 From: Lars Wander Date: Mon, 22 Feb 2016 10:34:51 -0500 Subject: [PATCH] provider/google: Add support for reading SQL instance assigned IP Addresses --- r/sql_database_instance.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/r/sql_database_instance.html.markdown b/r/sql_database_instance.html.markdown index ae3a1d20..253132c4 100644 --- a/r/sql_database_instance.html.markdown +++ b/r/sql_database_instance.html.markdown @@ -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.