opentofu/command/test-fixtures/refresh-var/main.tf
2014-07-18 11:37:27 -07:00

8 lines
106 B
HCL

variable "foo" {}
provider "test" {
value = "${var.foo}"
}
resource "test_instance" "foo" {}