Files
opentf/internal/initwd/testdata/submodule-non-existent/root.tf
2025-08-14 16:08:41 +01:00

7 lines
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"
}