mirror of
https://github.com/opentofu/opentofu.git
synced 2026-03-07 07:43:50 -05:00
9 lines
117 B
HCL
9 lines
117 B
HCL
|
|
variable "input" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_resource" "resource" {
|
|
id = "598318e0"
|
|
value = var.input
|
|
}
|