From 7c0f207b69466b2f03d86e3658a04f0cfd4d05d3 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) --- r/sql_database_instance.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r/sql_database_instance.html.markdown b/r/sql_database_instance.html.markdown index 13c81a43..817ed6c7 100644 --- a/r/sql_database_instance.html.markdown +++ b/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.