5 lines
49 B
Terraform
5 lines
49 B
Terraform
|
|
||
|
output "foo" {
|
||
|
value = "jeepers ${var.bar}"
|
||
|
}
|