The syntax of the Terraform language includes:
● Blocks that represent objects and can have zero or more labels. A block has a body that enables you to declare arguments and nested blocks.
● Arguments are used to assign a value to a name.
● An expression represents a value that can be assigned to an identifier.