mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
6 lines
62 B
HCL
6 lines
62 B
HCL
variable "foo" {}
|
|
|
|
provider "test" {
|
|
foo = "${var.foo}"
|
|
}
|