opentofu/command/test-fixtures/apply-input/main.tf
Martin Atkins 65341b0973 command: Update apply_test.go for new provider types
This only makes it compile. It does not yet ensure that the tests pass.
2018-10-16 19:14:11 -07:00

6 lines
57 B
HCL

variable "foo" {}
output "result" {
value = var.foo
}