4 lines
33 B
Terraform
4 lines
33 B
Terraform
|
output "foo" {
|
||
|
value = "bar"
|
||
|
}
|