Run terraform or tofu apply to deploy changes. Arguments: $ARGUMENTS
infrastructure/# Run Terraform Apply Run terraform or tofu apply to deploy changes. Arguments: $ARGUMENTS ## IMPORTANT SAFETY NOTES 1. **NEVER use --auto-approve in production** without explicit user confirmation 2. Always run `terraform plan` first to review changes 3. Ensure state is backed up before applying 4. Have rollback plan ready for critical infrastructure ## Before Applying 1. Verify plan output matches expectations 2. Ensure no one else is making changes (state lock) 3. Confirm with user before proceeding 4. Check that backend/state is accessible ## Apply Options ### --auto-approve Skip...