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