Every Terraform configuration has at least one module, known as its
root module, which consists of the resources defined in the .tf
files in
the main working directory.
If you want to change selection, open document below and click on "Move attachment"
Modules Overview - Configuration Language | Terraform | HashiCorp Developer module consists of a collection of .tf and/or .tf.json files kept together in a directory. Modules are the main way to package and reuse resource configurations with Terraform. The Root Module <span>Every Terraform configuration has at least one module, known as its root module, which consists of the resources defined in the .tf files in the main working directory. Child Modules A Terraform module (usually the root module of a configuration) can call other modules to include their resources into the configuration. A module that has been called by Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details