Terraform Language Basics

 

  1. Terraform expects native syntax for files named with a .tf suffix. Files with tf extenstion is called terraform configuration files or Manifest files
  2. There is also a JSON-based variant of the language that is named with .tf.json file extension
  3. Terraform commands are executing in the terraform working directory.

Configuration Syntax

image

Blocks

image

Comments

image


Comments