Description from extension meta
Formats HCP Terraform plan results on GitHub PR pages by removing org prefixes and showing simplified add/change/destroy counts
Image from store
Description from store
**GitHub HCP Terraform Plan Formatter**
Make HCP Terraform plans on GitHub easier to read\! This extension automatically formats Terraform plan results in GitHub pull requests with clean, color-coded displays.
## What it does
✅ **Removes long organization prefixes** - Shows only workspace names
✅ **Color-codes changes** - Blue for additions, orange for changes, red for deletions
✅ **Formats "No changes" plans** - Clean, consistent display
✅ **Works automatically** - No setup required
## Before vs After
**Before:**
```
Terraform Cloud/myorg/myworkspace-prod-us-east-1 — Terraform plan: 5 to add, 2 to change, 1 to destroy
```
**After:**
```
myworkspace-prod-us-east-1
Terraform plan: 5 to add, 2 to change, 1 to destroy
```
## Perfect for
- DevOps teams reviewing infrastructure changes
- Developers who need to understand plan impacts
- Anyone tired of cluttered Terraform outputs on GitHub
## Privacy & Performance
- Works entirely in your browser - no data sent anywhere
- Lightweight and fast
- Only activates on GitHub PR pages with Terraform content
**Source code and issues:** https://github.com/morihaya/github-hcpterraform-plan-formatter
Transform your Terraform workflow today