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