Hi,
At the moment terraspace automatically creates a S3 bucket to store the terraform state. If I set encrypt to true, then the default encryption of the S3 bucket is set to SSE-S3. I would like to use a Customer Managed KMS Key. I tried to set the kms_key_id in the backend.tf. Unfortunately this is ignored by terraspace.
I want to use a Customer managed key, because then we own the key. The SSE-S3 key is owned by AWS. We don’t want that.
Is it possible to enhance terraspace to support the kms_key_id setting and the use of Customer Managed Keys?