Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 517 Bytes

File metadata and controls

15 lines (11 loc) · 517 Bytes

Step 9 : Final Output

Once the above-mentioned steps are completed, apply the following commands to create the resources:

terraform plan -var-file="secret.tfvars"

The above command will provide you with a preview of the resources that are going to be created.

terraform apply -var-file="secret.tfvars"

This Commands will create your Infrastructure in AWS.

output