# Functions
SanitizeName creates a string that can be used as a name for HCL resources From the Terraform docs: A name must start with a letter or underscore and may contain only letters, digits, underscores, and dashes.
SanitizeNamePointer creates a string pointer that can be used as a name for HCL resources.
SanitizeParameterName creates a string that can be used as slug in a step template parameter name It ensures the name is unique is the set of dependencies.
# Structs
No description provided by the author