opentofu/command/test-fixtures/push-tfvars/main.tf
2015-04-07 15:34:06 -07:00

9 lines
99 B
HCL

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