From 9ce90796078f4ae35b66d28792d2ab922bced2d7 Mon Sep 17 00:00:00 2001 From: Max G Date: Thu, 7 Nov 2024 12:18:18 -0500 Subject: [PATCH] docs - add ID to exported instance attributes --- docs/resources/instance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/instance.md b/docs/resources/instance.md index d8f727d8d..7cde3da4f 100644 --- a/docs/resources/instance.md +++ b/docs/resources/instance.md @@ -351,6 +351,8 @@ This Linode Instance resource exports the following attributes: * `status` - The status of the instance, indicating the current readiness state. (`running`, `offline`, ...) +* `id` - The ID of the Linode. + * `ip_address` - A string containing the Linode's public IP address. * `private_ip_address` - This Linode's Private IPv4 Address, if enabled. The regional private IP address range, 192.168.128.0/17, is shared by all Linode Instances in a region.