Skip to content

Commit 32d1dd4

Browse files
committed
docs(fix): links
1 parent 263aea8 commit 32d1dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/secret_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ see [Sensitive Data in State](https://developer.hashicorp.com/terraform/language
9090
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:
9191

9292
- `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).
9494
- `status` - The status of the secret version.
9595
- `created_at` - The date and time of the secret version's creation in RFC 3339 format.
9696
- `updated_at` - The date and time of the secret version's last update in RFC 3339 format.

docs/resources/secret_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "scaleway_secret_version" "v1" {
3737
The following arguments are supported:
3838

3939
- `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).
4141
- `description` - (Optional) Description of the secret version (e.g. `my-new-description`).
4242
- `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.
4343

0 commit comments

Comments
 (0)