website: Remove reference to the now-deprecated pgp_key provider design pattern

This commit is contained in:
Paddy 2019-11-06 17:05:09 -08:00 committed by Martin Atkins
parent de4ef9c546
commit ba7679b679
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ 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 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.
When using local state, state is stored in plain-text JSON files. When
using [remote state](/docs/state/remote.html), state is only ever held in memory when used by Terraform.
It may be encrypted at rest but this depends on the specific remote state