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