mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-05 06:50:36 -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
|
|
}
|