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

9 lines
99 B
HCL

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