mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-02 20:01:31 -05:00
9 lines
101 B
HCL
9 lines
101 B
HCL
|
|
variable "input" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_resource" "resource" {
|
|
value = var.input
|
|
}
|