fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
203 stars 99 forks source link

Add KMS encryption to the s3-remote-state module #310

Open mcgirr opened 4 years ago

mcgirr commented 4 years ago

There are two requirements for this issue (and for one we already have an open PR):

  1. Update the s3-remote-state module to use KMS to encrypt its contents
  2. Set up separate KMS module that can be used to easily provide a KMS key for the s3-remote-state module for this purpose.
mcgirr commented 4 years ago

We have https://github.com/fpco/terraform-aws-foundation/pull/302 that addresses the first requirement