mirror of
https://github.com/opentofu/opentofu.git
synced 2026-03-02 05:10:29 -05:00
7 lines
99 B
HCL
7 lines
99 B
HCL
variable "foo" {}
|
|
|
|
provider "test" {
|
|
value = "${var.foo}"
|
|
}
|
|
|
|
resource "test_instance" "foo" {}
|