Skip to main content

Module hcl

Module hcl 

Source
Expand description

Structural extraction for Terraform and HCL.

Infrastructure is a dependency graph that no other extractor here can see. A module block names another directory of configuration; a source in required_providers names a registry package; and every var.x, module.m.out and aws_s3_bucket.b.id is a reference from one declared object to another. Those are the same edges a code graph carries, drawn over a part of the repository that has been invisible until now.

Functionsยง

extract
Extracts structural facts from one Terraform or HCL file.