This repository contains infrastructure as a code written in Terraform to provision an RDS Database in AWS. The database uses the MySQL engine.
This database setup is used by the following two projects:
The liquibase patches and lambda connections can be seen in the repos above.
The state is managed by the Terraform Cloud. You can see the configuration file here.
Any changes can be validated by creating a pull request in this repository. The pull request will trigger Terraform Cloud to create a plan for your changes. Once merged the changes will also get applied.
The database_username
and database_password
variables are configured and provided by the Terraform Cloud setup.