From 061c8cc7efd6132207d6ddb6d6468bdda8a0f6d5 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 29 Jan 2017 08:36:57 -0800 Subject: [PATCH] ip_address is an array and requires the instance number (#11389) --- .../providers/google/r/sql_database_instance.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/google/r/sql_database_instance.html.markdown b/website/source/docs/providers/google/r/sql_database_instance.html.markdown index 13c81a435..817ed6c70 100644 --- a/website/source/docs/providers/google/r/sql_database_instance.html.markdown +++ b/website/source/docs/providers/google/r/sql_database_instance.html.markdown @@ -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.