From c668d090450d28b1463576449f49c0329351fcc9 Mon Sep 17 00:00:00 2001 From: Alexander Kita Date: Fri, 15 Nov 2024 11:50:24 -0600 Subject: [PATCH] Add user tags attribute to docs --- website/docs/r/pi_host.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/pi_host.html.markdown b/website/docs/r/pi_host.html.markdown index 7a0b9a1b58..a4d9eaeb47 100644 --- a/website/docs/r/pi_host.html.markdown +++ b/website/docs/r/pi_host.html.markdown @@ -91,3 +91,4 @@ In addition to all argument reference list, you can access the following attribu - `state` - (String) State of the host `up` or `down`. - `status` - (String) Status of the host `enabled` or `disabled`. - `sys_type` - (String) System type. +- `user_tags` - (List) The user tags attached to this resource.