Validating

We will deploying all these configurations to AWS Cloud by Terraform:

1. Go to your project folder and run terraform init

terraform init

intro

Run terraform init first in any new Terraform configuration directory. It must be executed after you add or modify providers or modules.

2. Preview the changes before applying configurations by terraform plan command:

terraform plan

intro

3. Apply the changes before applying configurations by terraform apply command. Continue to enter yes to confirm:

terraform apply

intro

Please wait a few minutes to Terraform applying before validating connection.

Table of Contents