Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Arguments, Blocks, and Expressions

Sumit Rawal answered on May 14, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


Arguments, Blocks, and Expressions

0

The syntax of the Terraform language consists of only a few basic elements:

Blocks are containers for other content and usually represent the configuration of some kind of object, like a resource. Blocks have a block type, can have zero or more labels, and have a body that contains any number of arguments and nested blocks. Most of Terraform’s features are controlled by top-level blocks in a configuration file.

Arguments assign a value to a name. They appear within blocks.

Expressions represent a value, either literally or by referencing and combining other values. They appear as values for arguments, or within other expressions.  

Popularity 1/10 Helpfulness 1/10 Language javascript
Source: Grepper
Tags: javascript
Link to this answer
Share Copy Link
Contributed on May 14 2023
Sumit Rawal
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.