opentofu/internal/initwd
James Bardin 29c3f650cd allow config errors when using -from-module
When initializing the working directory from a module, some use cases
may still want the module source even when the configuration cannot be
loaded due to validation errors.

Isolate the installation errors during the initialization sequence, so
we can report them if there is a problem fetching the actual module
source. Once we have the module, convert configuration errors to
warnings so the cli initialization can proceed.
2023-08-03 16:05:47 -04:00
..
testdata testing framework: change test file extension to .tftest.hcl (#33553) 2023-07-20 16:57:05 +02:00
doc.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
from_module_test.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
from_module.go allow config errors when using -from-module 2023-08-03 16:05:47 -04:00
module_install_hooks.go [COMPLIANCE] Add Copyright and License Headers 2023-05-02 15:33:06 +00:00
module_install_test.go testing framework: change test file extension to .tftest.hcl (#33553) 2023-07-20 16:57:05 +02:00
module_install.go allow config errors when using -from-module 2023-08-03 16:05:47 -04:00
testing.go testing framework: introduce test command optional flags (#33504) 2023-07-19 10:07:46 +02:00