Merge pull request #20592 from hashicorp/d-sensitive-data-pgp-mention

docs/state: Adjust mention of PGP encryption from RDS to IAM
This commit is contained in:
Brian Flad 2019-03-06 16:02:47 -05:00 committed by GitHub
commit dfe83d9ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.