# Functions
String generates a random alphanumeric string of the length specified.
Template renders templates defined with {{.random}} placeholders.
TemplateMap has the same behaviour as Template, but allows to pass a map of values instead of a single rand.
TestCheckResourceAttr is a TestCheckFunc which validates the value in state for the given name/key combination after applying a template over the value.