mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
7 lines
No EOL
269 B
HCL
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"
|
|
} |