Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benPearce1 committed Aug 16, 2024
1 parent bacfaca commit 8392c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -114,9 +116,7 @@ resource "octopusdeploy_variable" "prompted_variable" {

### Read-Only

- `encrypted_value` (String)
- `id` (String) The ID of this resource.
- `key_fingerprint` (String)

<a id="nestedblock--prompt"></a>
### Nested Schema for `prompt`
Expand Down

0 comments on commit 8392c84

Please sign in to comment.