mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 11:17:35 -05:00
10 lines
124 B
HCL
10 lines
124 B
HCL
|
|
variable "input" {
|
|
type = string
|
|
}
|
|
|
|
resource "test_resource" "module_resource" {
|
|
id = "df6h8as9"
|
|
value = var.input
|
|
}
|