4 lines
32 B
Terraform
4 lines
32 B
Terraform
|
|
output "length" {
|
||
|
|
value = 3
|
||
|
|
}
|