Slide 20
Slide 20 text
@stgerberding
resource_prefix = join("-", [var.project, var.stage]
)
substr("hello world", 1, 4) // ell
o
concat(["a", ""], ["b", "c"]
)
contains(["a", "b", "c"], "a") // tru
e
base64decode("SGVsbG8gV29ybGQ=") // Hello Worl
d
fileexists("${path.module}/hello.txt")
Functions