You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ module "encryption" {
21
21
22
22
For more examples look into the [terraform.tfvars](terraform.tfvars.example) example.
23
23
24
+
Keep in mind that your encrypted values will be stored in your Terraform state file. Make sure to have an encrypted backend configured to store the state. For example you can use the s3 [tfstate-backend](https://github.com/goci-io/tfstate-backend-aws) module to provision an encrypted S3 Bucket as backend.
25
+
24
26
## Encrypt values
25
27
To store encrypted values in your repository you need to encrypt the value manually by using the encryption lambda.
0 commit comments