Skip to content

pluralize (Function)

Pluralize a word based on count with optional custom plural form.

๐Ÿค– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

Note

This provider is in pre-release and under active development. Features and APIs may change without notice and it is not intended for production infrastructure.

Example Usage

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

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

Signature

pluralize(input)

Arguments