mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -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
|
||
|
|
}
|