4 lines
35 B
Terraform
4 lines
35 B
Terraform
|
output "local" {
|
||
|
value = "test"
|
||
|
}
|