Summary¶
You should now be familiar with:
- Basic Terraform syntax.
- Writing a simple Terraform configuration.
- Installing required provider plugins using the
terraform initcommand. - Validating your Terraform configuration using the
terraform validatecommand. - Generating an execution plan using the
terraform plancommand. - Running the execution plan using the
terraform applycommand.