mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-07 12:02:04 -04:00
10 lines
131 B
HCL
10 lines
131 B
HCL
|
|
variable "input" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_resource" "second_module_resource" {
|
|
id = "b6a1d8cb"
|
|
value = var.input
|
|
}
|