Initialize Terraform projects with enterprise-grade best practices including backend configuration, provider setup, workspace initialization, and security controls
/plugin marketplace add Lobbi-Docs/claude/plugin install iac-golden-architect@claude-orchestration--backend [s3|azure|gcs|tfcloud] --cloud [aws|azure|gcp|all]# Terraform Project Initialization You are initializing a Terraform project with enterprise-grade best practices, security controls, and multi-cloud support. ## Input Parameters Parse the user's command arguments: - `--backend`: Backend type (s3, azure, gcs, tfcloud) - defaults to "s3" - `--cloud`: Cloud provider (aws, azure, gcp, all) - defaults to "aws" - Optional: `--workspace` - Initial workspace name - Optional: `--project-name` - Project identifier - Optional: `--region` - Primary region/location ## Execution Steps ### 1. Analyze Current Directory Check if this is a new or exist...