opentofu/internal/initwd/testdata/submodule-non-existent/root.tf
James Humphries 57d8db26ba
Improve error message for missing submodules inside a valid module (#3144)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
2025-08-14 16:08:41 +01:00

7 lines
No EOL
269 B
HCL

# Test fixture for non-existent submodule issue
# This references the test module with a non-existent submodule path
module "non_existent_submodule" {
source = "registry.opentofu.org/hashicorp/module-installer-acctest/aws//modules/non-existent"
version = "0.0.1"
}