Files
opentf/internal/command/testdata/import-keyed-module/child/main.tf
2025-09-02 13:21:19 +04:00

7 lines
71 B
HCL

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