mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-26 08:02:46 -05:00
7 lines
269 B
HCL
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"
|
|
} |