mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-01 17:02:38 -05:00
When working with a ConfigResource, the generalization of a ModuleInstance to a Module was inadvertently dropped, and there was to test coverage for that type of target. Ensure we can target a specific module instance alone.
4 lines
48 B
HCL
4 lines
48 B
HCL
resource "aws_instance" "foo" {
|
|
num = "2"
|
|
}
|