Provision an RDS Database in AWS
In the "Code Editor" tab, open the rds.tf file.
Your task: Add a resource to create an RDS MySQL database instance named my-database with instance class db.t3.micro, 20 GB of storage, username admin, and password MySecurePass123.
GitOps Repository
- 📁 /root/learn-terraform-aws-rds
- 📄 provider.tf
- 📄 rds.tf