From 36c981c3e29e2c6191a1f4b315b26fa80d024792 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 4 Oct 2024 11:04:09 -0400 Subject: [PATCH 1/3] r/aws_simpledb_domain: Add deprecation notice to documentation. --- website/docs/r/simpledb_domain.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/r/simpledb_domain.html.markdown b/website/docs/r/simpledb_domain.html.markdown index 75139723938..daa2f45dd97 100644 --- a/website/docs/r/simpledb_domain.html.markdown +++ b/website/docs/r/simpledb_domain.html.markdown @@ -8,7 +8,9 @@ description: |- # Resource: aws_simpledb_domain -Provides a SimpleDB domain resource +Provides a SimpleDB domain resource. + +!> **WARNING:** The `aws_simpledb_domain` resource has been deprecated and will be removed in a future version. Use Amazon DynamoDB instead. ## Example Usage From c8f164eca4d2652c4c5f4c8151de07addd7b7362 Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 4 Oct 2024 11:05:21 -0400 Subject: [PATCH 2/3] r/aws_worklink_fleet: Add deprecation notice to documentation. --- website/docs/r/worklink_fleet.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/r/worklink_fleet.html.markdown b/website/docs/r/worklink_fleet.html.markdown index 79956c693d0..b8b54790ffe 100644 --- a/website/docs/r/worklink_fleet.html.markdown +++ b/website/docs/r/worklink_fleet.html.markdown @@ -8,6 +8,10 @@ description: |- # Resource: aws_worklink_fleet +Provides a AWS WorkLink Fleet resource. + +!> **WARNING:** The `aws_worklink_fleet` resource has been deprecated and will be removed in a future version. Use Amazon WorkSpaces Secure Browser instead. + ## Example Usage Basic usage: From 6ee4a8a1ac9d9d2232901cdb864202943e47b7eb Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Fri, 4 Oct 2024 11:06:00 -0400 Subject: [PATCH 3/3] r/aws_worklink_website_certificate_authority_association: Add deprecation notice to documentation. --- ...nk_website_certificate_authority_association.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/r/worklink_website_certificate_authority_association.html.markdown b/website/docs/r/worklink_website_certificate_authority_association.html.markdown index 0255abe1494..0889bc6cb96 100644 --- a/website/docs/r/worklink_website_certificate_authority_association.html.markdown +++ b/website/docs/r/worklink_website_certificate_authority_association.html.markdown @@ -8,6 +8,10 @@ description: |- # Resource: aws_worklink_website_certificate_authority_association +Provides a AWS WorkLink Website Certificate Authority Association resource. + +!> **WARNING:** The `aws_worklink_website_certificate_authority_association` resource has been deprecated and will be removed in a future version. Use Amazon WorkSpaces Secure Browser instead. + ## Example Usage ```terraform