terraform.block
Supported platform
- terraform-hcl
Maturity
experimental
Description
Terraform resource block
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| type | string | Block type |
| labels | []string | Block Labels |
| nameLabel | string | Block name label |
| start | terraform.fileposition | Block start position |
| end | terraform.fileposition | Block end position |
| arguments | dict | Block arguments |
| attributes | dict | Raw block attributes |
| blocks | []terraform.block | Child blocks |
| related | []terraform.block | Related blocks |
| snippet | string | Block snippet |
Examples
Display all Terraform blocks and their arguments
terraform.blocks { nameLabel arguments }