tungbq / aws-lab-with-terraform

Collection of Terraform code for AWS labs
11 stars 13 forks source link

Add[#204]: an example to create basic RDS database #260

Closed vivekvr1 closed 1 year ago

vivekvr1 commented 1 year ago

Closes: #204

Be noted that 204 is the issue ID

What is the purpose of the change

Add a description of the overall background and high level changes that this PR introduces

  • Added a new directory called getting-started/rds/create-simple-rds.
  • Added a new file called main.tf to the getting-started/rds/create-simple-rds directory.
tungbq commented 1 year ago

It seems that the code you provided did not work. @vivekvr1 I've created another fix to make it's working.

https://github.com/tungbq/aws-lab-with-terraform/pull/273/files

It should be better if we could do a trial run on the code of the pull request before requesting a review