simpleinfra: Automate Infrastructure
Automate infrastructure tasks with simpleinfra, a Rust-based tool for founders. Streamline ops with simpleinfra.
170 stars100 forksHCLQuality 8/10Updated 6/1/2026100% free · open source Simpleinfra automates infrastructure tasks, allowing founders to streamline operations and manage their infrastructure as code using the HCL language.
- •When you need to provision and manage cloud resources consistently
- •When you want to automate repetitive infrastructure deployment tasks
- •When you need to ensure consistency across different environments, such as dev, staging, and production
- 1Install Rust and the simpleinfra tool from the GitHub repository
- 2Define your infrastructure configuration using HCL in a file named `main.tf`
- 3Initialize the working directory with `simpleinfra init`
- 4Apply the configuration to create the infrastructure with `simpleinfra apply`
Ready-to-paste prompt simpleinfra apply -var 'aws_region=us-west-2' -var 'instance_type=t2.micro'