5 lines
48 B
Terraform
5 lines
48 B
Terraform
|
|
||
|
locals {
|
||
|
test = "${upper("hello, world")}"
|
||
|
}
|