From 6b1d0ab6c4b7c2614c5d25a5466c5366c4f910ff Mon Sep 17 00:00:00 2001 From: Jakub Kania Date: Wed, 4 Sep 2019 00:24:53 +0200 Subject: [PATCH 1/2] Add created_add attribute to lightsail instance documentation --- website/docs/r/lightsail_instance.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/lightsail_instance.html.markdown b/website/docs/r/lightsail_instance.html.markdown index 19716838463..b1d73053d47 100644 --- a/website/docs/r/lightsail_instance.html.markdown +++ b/website/docs/r/lightsail_instance.html.markdown @@ -133,6 +133,7 @@ The following attributes are exported in addition to the arguments listed above: * `id` - The ARN of the Lightsail instance (matches `arn`). * `arn` - The ARN of the Lightsail instance (matches `id`). +* `created_at` - The timestamp when instance was created * `availability_zone` * `blueprint_id` * `bundle_id` From b5175d00fa9af3b93047769fa00103c2eefb5037 Mon Sep 17 00:00:00 2001 From: Jakub Kania Date: Thu, 5 Sep 2019 12:04:46 +0200 Subject: [PATCH 2/2] Update website/docs/r/lightsail_instance.html.markdown Co-Authored-By: Ryn Daniels --- website/docs/r/lightsail_instance.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/lightsail_instance.html.markdown b/website/docs/r/lightsail_instance.html.markdown index b1d73053d47..aae33e84a44 100644 --- a/website/docs/r/lightsail_instance.html.markdown +++ b/website/docs/r/lightsail_instance.html.markdown @@ -133,7 +133,7 @@ The following attributes are exported in addition to the arguments listed above: * `id` - The ARN of the Lightsail instance (matches `arn`). * `arn` - The ARN of the Lightsail instance (matches `id`). -* `created_at` - The timestamp when instance was created +* `created_at` - The timestamp when the instance was created. * `availability_zone` * `blueprint_id` * `bundle_id`