Hello, I am new to Terraform and I just created my first .tf file that creates a database on AWS through RDS. I used terraformer to generate the file for me and in the db_instance.tf file, there are two lines:
kms_key_id = "arn:aws:kms:us-west-2..."
...
performance_insights_kms_key_id = "arn:aws:kms:us-west-2..."
Is it safe to check this file into git with keys showing?