From 294b0bae455469c46974f8afbc1ba1fcb91eb5ae Mon Sep 17 00:00:00 2001 From: OmkarSingad Date: Wed, 24 Jun 2026 10:36:28 +0000 Subject: [PATCH] feat: add terraform plan action with documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66f3ecf..63d8d37 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Shared actions for Forgejo CI/CD pipelines. | [terraform-validate](terraform-validate) | Validate Terraform configuration files using the official Terraform CLI | | [upload-artifact](upload-artifact) | Upload files as a Forgejo Actions artifact | | [vacuum-lint](vacuum-lint) | Validate and lint OpenAPI specifications using Vacuum | +| [terraform-plan](terraform-plan) | Preview Terraform infrastructure changes (create, update, delete, replace) without applying them | ## Security