You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, only supply `load_config_dir` method which reads the .tf and .tf.json files in the given directory
14
+
For now, only supply `TerraformConfig.load_config_dir` method which reads the .tf and .tf.json files in the given directory
11
15
as config files and then combines these files into a single Module. This method returns `(mod, diags)`
12
16
which are both dict, corresponding to the [*Module](https://github.com/hashicorp/terraform/blob/2a5420cb9acf8d5f058ad077dade80214486f1c4/internal/configs/module.go#L14)
13
17
and [hcl.Diagnostic](https://github.com/hashicorp/hcl/blob/v2.11.1/diagnostic.go#L26) structures in Terraform respectively.
0 commit comments