Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
collabnix authored Jul 15, 2023
1 parent 1856d62 commit 1f1ada1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions beginners/rds-restore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ Please note that this overview assumes you have some familiarity with Terraform
- Run terraform init to initialize your Terraform project.
- Run terraform plan to verify the changes and ensure the configuration is correct.
- Run terraform apply to create the RDS instance and implement the restore strategy.

## Getting Started

To create the RDS instance and implement the restore strategy, follow these steps:

- Install Terraform on your local machine.
- Create a new directory for your Terraform project and place the main.tf and restore.tf files inside it.
- Initialize the project by running terraform init in the project directory.
- Review the Terraform plan by running terraform plan. It will show you the changes that Terraform will apply.
- Apply the changes by running terraform apply. Terraform will create the RDS instance and implement the restore strategy using the specified snapshot.
- Once the apply is complete, you should have your RDS instance created and the restore strategy implemented.

0 comments on commit 1f1ada1

Please sign in to comment.