You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terraform-docs-common/docs/cloud-docs/api-docs/state-versions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Some of the information returned in a state version API object might be **popula
49
49
|`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. |
50
50
|`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+. |
51
51
|`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.|
53
53
|`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. |
54
54
|`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. |
55
55
|`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