terraform/internal/command/testdata/push-input/main.tf

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

8 lines
81 B
Terraform
Raw Permalink Normal View History

2015-03-06 17:49:22 -05:00
variable "foo" {}
resource "test_instance" "foo" {}
atlas {
name = "foo"
}