terraform/internal/command/testdata/test/simple_pass_function/main.tf

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

8 lines
103 B
Terraform
Raw Permalink Normal View History

resource "test_resource" "foo" {
value = "foo"
}
resource "test_resource" "bar" {
value = "bar"
}