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 to s3 remote state module #302

Closed mcgirr closed 4 years ago

mcgirr commented 4 years ago

Initial attempt to add server side encryption to the s3-remote-state module to support

https://www.terraform.io/docs/providers/aws/r/s3_bucket.html#server_side_encryption_configuration

for https://www.terraform.io/docs/backends/types/s3.html#kms_key_id

Contributes to https://github.com/fpco/terraform-aws-foundation/issues/310