terraform-functions

Reference Terraform built-in functions by category with examples and documentation links.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Luscii/terraform-fluentbit-luscii-presets --skill terraform-functions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-functions
Source: https://github.com/Luscii/terraform-fluentbit-luscii-presets/tree/main/.github/skills/terraform-functions
Command: npx skills add https://github.com/Luscii/terraform-fluentbit-luscii-presets --skill terraform-functions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick-reference for Terraform built-in functions organized by category, enabling rapid recall of function usage, signatures, and documentation without leaving your workflow.

Core Features & Use Cases

  • Comprehensive catalog of Terraform functions grouped by categories (Numeric, String, Collection, Encoding, Filesystem, Date/Time, Hash/Crypto, IP Network, Type Conversion, Validation, and Provider)
  • Quick lookup of function signatures, examples, and official documentation
  • Real-world scenarios: determine the right function for string manipulation, list operations, or data handling in IaC pipelines

Quick Start

Use the terraform-functions skill to quickly locate a function example such as upper or jsondecode, or to explore a specific category like string functions.

Frequently Asked Questions about terraform-functions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right Terraform built-in function for string manipulation?

Terraform built-in functions for string manipulation are grouped under the string category, providing function names, signatures, and examples like upper for rapid task completion in your infrastructure as code pipeline.

What are the core categories of Terraform built-in functions?

Terraform built-in function categories include Numeric, String, Collection, Encoding, Filesystem, Date/Time, Hash/Crypto, IP Network, and Type Conversion, enabling quick lookup of function signatures and official documentation.

How do I look up the signature and example for a specific Terraform function?

Lookup a Terraform function signature and example by browsing its designated category, such as collection functions for list operations, to retrieve function names, purposes, and official documentation links for quick access.

Can I find official documentation links for Terraform functions without leaving my workflow?

Yes, official documentation links for Terraform functions are provided alongside function names and examples, ensuring quick, authoritative access to documentation without leaving your workflow.

When do I need to use Terraform encoding and filesystem functions?

Use Terraform encoding and filesystem functions when handling data formats or file operations in IaC pipelines; the reference covers these categories to help determine the right function for data handling tasks.