atar

Crates.ioatar
lib.rsatar
version0.1.25
created_at2025-06-16 17:20:49.221433+00
updated_at2025-06-29 15:24:12.743679+00
descriptionEphemeral Terraform runner: applies on start, auto-destroys on exit or failure.
homepage
repositoryhttps://github.com/x71c9/atar
max_upload_size
id1714556
size30,226
x71c9 (x71c9)

documentation

README

atar

Ephemeral Terraform runner: applies on start, auto-destroys on exit or failure.

Usage

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.

Installation

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
Commit count: 28

cargo fmt