CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/terraform-toolkit

Complete terraform toolkit with generation and validation capabilities

93

Quality

93%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

README.mdgenerator/assets/minimal-project/

Minimal Terraform Project

This is a minimal Terraform project template.

Structure

  • main.tf - Main resource definitions
  • variables.tf - Input variable declarations
  • outputs.tf - Output value declarations
  • versions.tf - Terraform and provider version constraints
  • terraform.tfvars.example - Example variable values

Usage

  1. Copy terraform.tfvars.example to terraform.tfvars and update with your values
  2. Initialize Terraform:
    terraform init
  3. Review the plan:
    terraform plan
  4. Apply the configuration:
    terraform apply

Adding Resources

Add your resource definitions to main.tf or create additional .tf files as needed.

generator

assets

minimal-project

README.md

README.md

SKILL.md

tile.json