Easier Cloud Deployments with Terraless
Terraless is a wrapper around Terraform designed to simplify the process of assuming roles across different AWS accounts.
Core Features
- Global & Project Config: Define common roles and profiles globally, then reference them in specific projects.
- MFA Support: Automatically asks for MFA tokens to retrieve and store new AWS credentials.
- Docker Support: Can be tested via Docker:
docker run -ti --entrypoint bash odaniait/terraless.
Basic Commands
terraless info: View loaded plugins and configuration.terraless auth: Authenticate and setup credential profiles.
