Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ This repository is intentionally missing the EC2 instance configuration, which w

## 🚀 GitHub Actions Workflows

This repository now includes automated Terraform workflows:
- **PR Workflow**: Validates and plans Terraform changes on pull requests
- **Apply Workflow**: Deploys infrastructure when PRs are merged to main
This repository includes automated Terraform workflows with proper GitOps flow:
- **PR Workflow**: Validates and plans Terraform changes on pull requests (validation only)
- **Apply Workflow**: Deploys infrastructure when PRs are merged to main (actual deployment)
- **Cost Guard**: Blocks expensive resources to keep costs minimal

✅ **Workflow Status**: GitHub Actions configured and ready to deploy!
✅ **Workflow Status**: GitHub Actions configured with proper PR-based deployment!

## 🔄 Testing GitOps Workflow

This change is being made via pull request to demonstrate:
1. **Branch creation** → No deployment triggered
2. **Pull request** → Terraform plan validation runs
3. **PR merge** → Terraform apply deployment runs

**Current Test**: Demonstrating proper PR workflow with cost-safe infrastructure deployment.

## Usage

Expand Down