Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 294 Bytes

deployment_steps_tf.adoc

File metadata and controls

6 lines (5 loc) · 294 Bytes

Run the following commands from an IDE or terminal that has Terraform installed.

  1. Initialize the environment: terraform init

  2. Verify that the deployed architecture is correct: terraform plan

  3. Validate the code: terraform validate

  4. Deploy the infrastructure: terraform apply