Skip to content

Commit c7e03dc

Browse files
authored
add hint about encrypted backend
1 parent b552883 commit c7e03dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module "encryption" {
2121

2222
For more examples look into the [terraform.tfvars](terraform.tfvars.example) example.
2323

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+
2426
## Encrypt values
2527
To store encrypted values in your repository you need to encrypt the value manually by using the encryption lambda.
2628

0 commit comments

Comments
 (0)