terraform-provider-docs

Generate Terraform Registry documentation URLs and extract argument references.

45|9|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/wgpsec/redc-template --skill terraform-provider-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-provider-docs
Source: https://github.com/wgpsec/redc-template/tree/main/.github/skills/terraform-provider-docs
Command: npx skills add https://github.com/wgpsec/redc-template --skill terraform-provider-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill directs users to the official Terraform provider docs to prevent incorrect configurations and reduce debugging time.

Core Features & Use Cases

  • Provider-doc lookup: Generate accurate documentation URLs and extract arguments, attributes, and usage examples for resources and data sources.
  • Error debugging support: Verify argument constraints and supported values before applying changes.
  • Cross-provider guidance: Works with alicloud, aws, tencentcloud, volcengine, vultr, huaweicloud, ucloud, ct yun, and others.

Quick Start

Ask this skill to fetch the latest docs for a given Terraform resource, such as alicloud_forward_entry.

Frequently Asked Questions about terraform-provider-docs

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

FAQPage Schema
How do I find official Terraform provider docs for a specific resource argument?

This skill consults official Terraform provider docs to verify argument constraints and supported values, helping you debug errors and validate provider-specific behaviors before applying infrastructure changes.

Does this Terraform docs lookup support cloud providers like alicloud and tencentcloud?

Yes, this Terraform docs lookup supports cross-provider guidance across alicloud, aws, tencentcloud, volcengine, vultr, huaweicloud, ucloud, and ct yun to validate provider-specific behaviors.

What is the best way to validate Terraform argument syntax before writing resources?

The best way to validate Terraform argument syntax is consulting official provider docs first to extract argument references, verify constraints, and prevent incorrect configurations before writing resources.

How do I get usage examples for a Terraform data source when debugging configuration errors?

To get usage examples for a Terraform data source, this skill fetches the latest official provider docs, extracting argument references and offering guidance to debug configuration errors.

Why should I consult the Terraform Registry before writing infrastructure-as-code resources?

Consulting the Terraform Registry before writing infrastructure-as-code resources prevents incorrect configurations, resolves argument ambiguity, and reduces debugging time by verifying provider-specific supported values.