Crates.io | atar |
lib.rs | atar |
version | 0.1.25 |
created_at | 2025-06-16 17:20:49.221433+00 |
updated_at | 2025-06-29 15:24:12.743679+00 |
description | Ephemeral Terraform runner: applies on start, auto-destroys on exit or failure. |
homepage | |
repository | https://github.com/x71c9/atar |
max_upload_size | |
id | 1714556 |
size | 30,226 |
Ephemeral Terraform runner: applies on start, auto-destroys on exit or failure.
Deploy a Terraform configuration and keep it running. The resources will be destroyed when you press Ctrl+C or when the process exits.
atar deploy --terraform /path/to/terraform/main.tf \
--region us-west-2 --instance_type t2.micro
After a successful deploy, Terraform output variables are displayed automatically.
Arch:
yay -S atar
MacOS:
brew install x71c9/x71c9/atar
Debian:
curl -1sLf 'https://dl.cloudsmith.io/public/x71c9/atar/setup.deb.sh' | sudo -E bash
sudo apt install atar
Fedora:
sudo dnf copr enable x71c9/atar
sudo dnf install atar