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