opentofu/internal/command/testdata/import-keyed-module/child/main.tf
Ilia Gogotchuri 2c68afe753
CLI import target validation for incorrect for_each keys (#3106)
Signed-off-by: Ilia Gogotchuri <ilia.gogotchuri0@gmail.com>
2025-09-02 13:21:19 +04:00

6 lines
71 B
HCL

variable "id" {
type = string
}
resource "test_instance" "this" {
}