terraform/internal/command/testdata/changed-file-func-apply/main.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
81 B
Terraform
Raw Permalink Normal View History

2025-10-31 12:59:43 -04:00
provider "test" {
foo = file("./data")
}
resource "test_instance" "foo" {
}