mirror of
https://github.com/opentofu/opentofu.git
synced 2026-02-12 23:33:20 -05:00
9 lines
124 B
HCL
9 lines
124 B
HCL
|
|
variable "input" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_resource" "module_resource" {
|
|
id = "df6h8as9"
|
|
value = var.input
|
|
}
|