opentofu/command/test-fixtures/push-input/main.tf
2015-03-24 13:30:23 -07:00

8 lines
81 B
HCL

variable "foo" {}
resource "test_instance" "foo" {}
atlas {
name = "foo"
}