4 lines
35 B
Terraform
4 lines
35 B
Terraform
|
output "foo" {
|
||
|
value = "hello"
|
||
|
}
|