mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 10:31:22 -04:00
10 lines
117 B
Terraform
10 lines
117 B
Terraform
|
|
|
||
|
|
variable "input" {
|
||
|
|
type = string
|
||
|
|
}
|
||
|
|
|
||
|
|
resource "test_resource" "resource" {
|
||
|
|
id = "598318e0"
|
||
|
|
value = var.input
|
||
|
|
}
|