Skip to content

to_kebab_case (Function)

Convert text to kebab-case using provide-foundation utilities.

Example Usage

locals {
  example_result = upper(
    # Function arguments here
  )
}

output "function_result" {
  description = "Result of upper function"
  value       = local.example_result
}

Signature

to_kebab_case(input)

Arguments