Skip to content

Commit eb80c86

Browse files
authored
Merge pull request #42524 from hashicorp/document-d/aws_kms_key-removal
d/aws_kms_secret: This data source will be removed in a future version
2 parents 583ca4b + 0aa88d6 commit eb80c86

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changelog/42524.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:note
2+
data-source/aws_kms_secret: This data source will be removed in a future version
3+
```

website/docs/d/kms_secret.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: |-
88

99
# Data Source: aws_kms_secret
1010

11-
!> **WARNING:** This data source was removed in version 2.0.0 of the Terraform AWS Provider. You can migrate existing configurations to the [`aws_kms_secrets` data source](/docs/providers/aws/d/kms_secrets.html) following instructions available in the [Version 2 Upgrade Guide](../guides/version-2-upgrade.html#data-source-aws_kms_secret).
11+
!> **WARNING:** This data source's functionality was removed in version 2.0.0 of the Terraform AWS Provider. You can migrate existing configurations to the [`aws_kms_secrets` data source](/docs/providers/aws/d/kms_secrets.html) following instructions available in the [Version 2 Upgrade Guide](../guides/version-2-upgrade.html#data-source-aws_kms_secret). This data source will be removed in a future version.

website/docs/guides/version-6-upgrade.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Upgrade topics:
3232
- [Data Source `aws_globalaccelerator_accelerator`](#data-source-aws_globalaccelerator_accelerator)
3333
- [Data Source `aws_identitystore_group`](#data-source-aws_identitystore_group)
3434
- [Data Source `aws_identitystore_user`](#data-source-aws_identitystore_user)
35+
- [Data Source `aws_kms_secret`](#data-source-aws_kms_secret)
3536
- [Data Source `aws_launch_template`](#data-source-aws_launch_template)
3637
- [Data Source `aws_opensearch_domain`](#data-source-aws_opensearch_domain)
3738
- [Data Source `aws_opensearchserverless_security_config`](#data-source-aws_opensearchserverless_security_config)
@@ -369,6 +370,12 @@ To locate a user, update your configuration to use `alternate_identifier` instea
369370

370371
---
371372

373+
## Data Source `aws_kms_secret`
374+
375+
The functionality for this data source was removed in **v2.0.0** and the data source will be removed in a future version.
376+
377+
---
378+
372379
## Data Source `aws_launch_template`
373380

374381
Remove the following—they are no longer supported:

0 commit comments

Comments
 (0)