terraform/config/test-fixtures/import.tf

7 lines
96 B
HCL

import "import/one.tf";
variable "foo" {
default = "bar";
description = "bar";
}