docs/state: Adjust mention of PGP encryption from RDS to IAM

To better align with the current status of PGP usage and remove any confusion for the missing functionality.

References:
* https://www.terraform.io/docs/providers/aws/r/iam_access_key.html
* https://www.terraform.io/docs/providers/aws/r/db_instance.html
This commit is contained in:
Brian Flad 2019-03-06 12:12:10 -05:00
parent b9d8e96e0c
commit d1e5f9c2a2
No known key found for this signature in database
GPG Key ID: EC6252B42B012823
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ and your definition of "sensitive." The state contains resource IDs and all
resource attributes. For resources such as databases, this may contain initial
passwords.
Some resources (such as RDS databases) have options for PGP encrypting the
Some resources (such as AWS IAM Access Keys) have options for PGP encrypting the
values within the state. This is implemented on a per-resource basis and
you should assume the value is plaintext unless otherwise documented.