mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-10 09:00:25 -04:00
5 lines
76 B
HCL
5 lines
76 B
HCL
variable "input" {}
|
|
|
|
resource "test_resource" "foo" {
|
|
value = var.input
|
|
}
|