Skip to content

paulboeck/medium-simple-terraform-rds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medium-simple-terraform-rds

This project is meant to be an exampleof how to create a simple Terraform configuration which manages a minimal MySQL RDS instance at AWS.

The Medium.com article

Assumptions

  • you have installed the AWS CLI and configured it with your AWS credentials
  • you have installed terraform
  • Commands in this document are specified for a Linux or Mac OS X environment. If you are using Windows, you will need to adjust the commands accordingly.