terraform.module
Supported platform
- terraform-hcl
Maturity
experimental
Description
Terraform module block
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
key | string | Unique identifier for the module |
source | string | Source from which the module was loaded |
version | string | Module version |
dir | string | Path to the directory where the module is stored |
block | terraform.block | Block (including the configuration) |
Examples
Display all loaded Terraform modules
terraform.modules { key version source}