Skip to content

Commit 676adc2

Browse files
authored
Specify hyok on field in API docs (#1152)
1 parent e746506 commit 676adc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/api-docs/state-versions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Some of the information returned in a state version API object might be **popula
4949
| `billable-rum-count` | Count of billable Resources Under Management (RUM). Only present for organization members on HCP Terraform RUM plans with visibility of billable RUM usage. |
5050
| `hosted-json-state-download-url` | A URL from which you can download the state data in a [stable format](/terraform/internals/json-format) appropriate for external integrations to consume. Only available if the state was created by Terraform 1.3+. |
5151
| `hosted-state-download-url` | A URL from which you can download the raw state data, in the format used internally by Terraform. |
52-
| `sanitized-state-download-url` | A URL to which you can download state data with sensitive values redacted. |
52+
| `sanitized-state-download-url` | A URL to which you can download state data with sensitive values redacted. This URL is only available for workspaces using [hold your own key](/terraform/cloud-docs/hold-your-own-key) encryption. |
5353
| `hosted-json-state-upload-url` | A URL to which you can upload state data in a [stable format](/terraform/internals/json-format) appropriate for external integrations to consume. You can upload JSON state content once per state version. |
5454
| `hosted-state-upload-url` | A URL to which you can upload state data in the format used Terraform uses internally. You can upload state data once per state version. |
5555
| `hyok-encrypted-data-key` | A reference to the HYOK encrypted data key used to secure this state version. Hold your own key is only available in HCP Terraform, [learn more](/terraform/cloud-docs/hold-your-own-key). |

0 commit comments

Comments
 (0)