From 8392c847eed42572233432a864054b362a09f5dd Mon Sep 17 00:00:00 2001 From: Ben Pearce Date: Fri, 16 Aug 2024 14:51:22 +1000 Subject: [PATCH] updated docs --- docs/resources/variable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/variable.md b/docs/resources/variable.md index a8fb28231..b5a9c69bf 100644 --- a/docs/resources/variable.md +++ b/docs/resources/variable.md @@ -101,8 +101,10 @@ resource "octopusdeploy_variable" "prompted_variable" { ### Optional - `description` (String) The description of this variable. +- `encrypted_value` (String) - `is_editable` (Boolean) Indicates whether or not this variable is considered editable. - `is_sensitive` (Boolean) Indicates whether or not this resource is considered sensitive and should be kept secret. +- `key_fingerprint` (String) - `owner_id` (String) - `pgp_key` (String, Sensitive) - `project_id` (String, Deprecated) @@ -114,9 +116,7 @@ resource "octopusdeploy_variable" "prompted_variable" { ### Read-Only -- `encrypted_value` (String) - `id` (String) The ID of this resource. -- `key_fingerprint` (String) ### Nested Schema for `prompt`