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: docs/data-sources/secret_version.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ see [Sensitive Data in State](https://developer.hashicorp.com/terraform/language
90
90
This section lists the attributes that are exported by the `scaleway_secret_version` data source. These attributes can be referenced in other parts of your Terraform configuration:
91
91
92
92
-`description` - (Optional) The description of the secret version (e.g. `my-new-description`).
93
-
-`data` - The data payload of the secret version. This is a sensitive attribute containing the secret value. Learn more in the [data section](#data-information).
93
+
-`data` - The data payload of the secret version. This is a sensitive attribute containing the secret value. Learn more in the [data section](/#data-information).
94
94
-`status` - The status of the secret version.
95
95
-`created_at` - The date and time of the secret version's creation in RFC 3339 format.
96
96
-`updated_at` - The date and time of the secret version's last update in RFC 3339 format.
-`secret_id` - (Required) The ID of the secret associated with the version.
40
-
-`data` - (Required) The data payload of the secret version. Must not exceed 64KiB in size (e.g. `my-secret-version-payload`). Find out more on the [data section](#data-information).
40
+
-`data` - (Required) The data payload of the secret version. Must not exceed 64KiB in size (e.g. `my-secret-version-payload`). Find out more on the [data section](/#data-information).
41
41
-`description` - (Optional) Description of the secret version (e.g. `my-new-description`).
42
42
-`region` - (Defaults to the region specified in the [provider configuration](../index.md#region)). The [region](../guides/regions_and_zones.md#regions) where the resource exists.
0 commit comments