Skip to content

Summary

You should now be familiar with:

  • Basic Terraform syntax.
  • Writing a simple Terraform configuration.
  • Installing required provider plugins using the terraform init command.
  • Validating your Terraform configuration using the terraform validate command.
  • Generating an execution plan using the terraform plan command.
  • Running the execution plan using the terraform apply command.