mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-28 01:27:46 -04:00
5 lines
57 B
HCL
5 lines
57 B
HCL
variable "foo" {}
|
|
|
|
output "result" {
|
|
value = var.foo
|
|
}
|