Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 561 Bytes

File metadata and controls

8 lines (6 loc) · 561 Bytes

MySQL on RDS Example

This is an example of how to use Terraform to deploy a MySQL database on top of Amazon's Relational Database Service (RDS). See the root README for instructions on how to run this example code.

Note: This code is meant solely as a simple demonstration of how to lay out your files and folders with Terragrunt in a way that keeps your Terraform code DRY. This is not production-ready code, so use at your own risk.