terraform-konnect

terraform-konnect is a skill for Claude Code from Kong/ai-marketplace. It costs 59 tokens per session (2,441 once invoked), scanned A, original, MIT.

A Terraform guide for managing Kong Konnect resources in HCL, Terraform's configuration language. Terraform is a tool that creates and maintains infrastructure from configuration files.

In plain words
What is it for?
Use it to author HCL, import Konnect resources, and prepare plan or apply workflows when a repository already uses Terraform for Konnect.
Why use it?
It helps teams manage Konnect through their existing Terraform modules, state, provider, and continuous-integration practices.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the kong-konnect plugin — 21 skills shipped together

Good fit Use it to author HCL, import Konnect resources, and prepare plan or apply workflows when a repository already uses Terraform for Konnect.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kong/ai-marketplace/terraform-konnect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kong/ai-marketplace --skill terraform-konnect
Clone the repo
git clone --depth 1 https://github.com/Kong/ai-marketplace

Made for: Claude Code.

Or install kong-konnect, the plugin that ships this one along with the rest of its 21 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for terraform-konnect

README.md
[![agentmods](https://agentmods.dev/badge/skills/kong/ai-marketplace/terraform-konnect/github.svg)](https://agentmods.dev/skills/kong/ai-marketplace/terraform-konnect)
Your own site
<a href="https://agentmods.dev/skills/kong/ai-marketplace/terraform-konnect"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/terraform-konnect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for terraform-konnect

Your own site · 80×15
<a href="https://agentmods.dev/skills/kong/ai-marketplace/terraform-konnect"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/terraform-konnect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,441 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02441
Opus 5 $0.00030 $0.01221
Sonnet 5 $0.00012 $0.00488
Haiku 4.5 $0.00006 $0.00244

Measured 12d ago against content hash 74c72bafabf9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

terraform-konnect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/kong-konnect/skills/terraform-konnect/SKILL.md · 281 lines

How it starts

The opening of the file, as written. The whole thing — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Terraform for Konnect

Goal

Author and maintain Konnect resources in HCL using the official Terraform provider while preserving the repository's existing module, state, and CI conventions.

Use this skill for Terraform-managed Konnect work. Do not turn a kongctl or decK repository into Terraform unless the user asks for that migration. Do not treat this skill as the owner for generic backend, state-locking, or provider-install issues unless they directly block Konnect resource work.

Tool Positioning

  • Use the shared kong-konnect MCP server first for live Konnect inspection when the requested change depends on current state and MCP is available.
  • Use this skill when the repository already uses Terraform for Konnect or the user explicitly asks for HCL, Terraform Cloud, plan/apply, or provider-based management.
  • Preserve existing Terraform layout, backend configuration, module structure, and variable conventions.
  • Prefer the official kong/konnect provider by default and treat kong/konnect-beta as an explicit exception for missing coverage.
  • Hand off to deck-gateway when the user wants file-based Gateway GitOps or decK export/diff workflows.
  • Hand off to kongctl-declarative when the repository already uses kongctl YAML instead of HCL.
  • Hand off to the relevant Konnect domain skill when the main problem is access, publication, runtime health, or another product diagnosis rather than HCL ownership.

References To Load

Load only the reference file that matches the active branch:

  • references/provider-selection.md
    • Load when deciding whether the official kong/konnect provider is enough or whether the user explicitly needs kong/konnect-beta.
  • references/import-moved-and-adoption.md
    • Load when existing Konnect resources must be normalized into Terraform state rather than recreated.
  • references/module-boundaries.md
    • Load when the main question is where a new Konnect resource belongs in an existing Terraform layout.
  • references/gateway-entities-inside-konnect.md
    • Load when the task mixes Konnect platform resources with Gateway entities inside a Konnect control plane.
  • references/provider-schema-debugging.md
    • Load when nested resource shape is unclear, validation reports object-vs-string or similar type mismatches, or provider behavior does not line up cleanly with docs or example HCL.

Read the full file on GitHub · 281 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 281 lines · 59 tokens per session scan A 74c72bafabf9

Subscribe to this mod's changes

terraform-konnect is a skill published in the GitHub repository Kong/ai-marketplace (5 stars, last pushed 22d ago), licensed MIT. It adds 59 tokens to every session and 2,441 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cost-optimization

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

wshobson/agents · 48 tokens

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

wshobson/agents · 40 tokens

linkerd-patterns

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

wshobson/agents · 41 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

azure-mgmt-fabric-dotnet

Azure Resource Manager SDK for Fabric in .NET. Use for MANAGEMENT PLANE operations: provisioning, scaling, suspending/resuming Microsoft Fabric capacities, checking name availability, and listing SKUs via Azure Resource Manager. Triggers: "Fabric capacity", "create capacity", "suspend capacity", "resume capacity"…

microsoft/skills · 88 tokens