This repository contains the terraform scripts to create Aurora Serverless Cluster.
Install AWS Command Line Interface. See the installing guide Installing the AWS Command Line Interface - AWS Command Line Interface
Install tfenv
brew install tfenv
Install Terraform
tfenv install
Initializing
make init
Running the tests
make plan [env=production]
Deployment
make apply [env=production]
If you want to edit/view encrypted files, decrypt files as follows. See also aws kms decrypt — AWS CLI Command Reference.
make decrypt
After editing files, encrypt secret files as follows. See also aws kms encrypt — AWS CLI Command Reference.
make encrypt