mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-11 09:31:23 -04:00
9 lines
131 B
HCL
9 lines
131 B
HCL
|
|
variable "input" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_resource" "second_module_resource" {
|
|
id = "b6a1d8cb"
|
|
value = var.input
|
|
}
|