From e515561bed9d0b7339e9b097a9a0a5f0b6bd2910 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Tue, 5 Dec 2023 18:42:15 -0500 Subject: [PATCH 1/2] docs: fix link to sensitive-data documentation Signed-off-by: Marques Johansson --- docs/resources/equinix_metal_device.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/equinix_metal_device.md b/docs/resources/equinix_metal_device.md index f03faf68b..14f1b2290 100644 --- a/docs/resources/equinix_metal_device.md +++ b/docs/resources/equinix_metal_device.md @@ -9,7 +9,7 @@ modify, and delete devices. ~> **NOTE:** All arguments including the `root_password` and `user_data` will be stored in the raw state as plain-text. -[Read more about sensitive data in state](/docs/state/sensitive-data.html). +[Read more about sensitive data in state](https://developer.hashicorp.com/terraform/language/state/sensitive-data). ## Example Usage From ce64a42ebcc94e96b12abca2ea48f56dc283c06a Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Tue, 5 Dec 2023 18:44:30 -0500 Subject: [PATCH 2/2] docs: fix sensitive-data links in device datasource Signed-off-by: Marques Johansson --- docs/data-sources/equinix_metal_device.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-sources/equinix_metal_device.md b/docs/data-sources/equinix_metal_device.md index 1acc0c656..3711d1ce3 100644 --- a/docs/data-sources/equinix_metal_device.md +++ b/docs/data-sources/equinix_metal_device.md @@ -10,7 +10,7 @@ If you need to fetch a list of devices which meet filter criteria, you can use t ~> **Note:** All arguments including the `root_password` and `user_data` will be stored in the raw state as plain-text. -[Read more about sensitive data in state](/docs/state/sensitive-data.html). +[Read more about sensitive data in state](https://developer.hashicorp.com/terraform/language/state/sensitive-data). ## Example Usage