mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-14 08:23:18 -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
|
|
}
|