In this post, we’ll see how we can use git-crypt to securely create and store SSM Parameter values in GitHub. Step 1: We’ll use Terraform to create SSM parameters. For this, create a directory named git_crypt_ssm and inside that directory, create main.tf with following content: data "aws_kms_key" "ssm" {…