terraform/internal/command/testdata/changed-file-func-plan/main.tf
2025-10-31 13:07:04 -04:00

6 lines
81 B
HCL

provider "test" {
foo = file("./data")
}
resource "test_instance" "foo" {
}