Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Terraform read-only ops
v0.1.1Read-only Terraform CLI actions for inspecting a workspace. NO apply, NO destroy, NO state mutation — those should happen in CI, not via a runner. Operates in the directory given by TF_DIR env var.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:2cc06c692f44b882eb6ce8d53365964aca54cee9753d38a551c493ff4affe792
sudo emisar pack install terraform-readonly \ --hash sha256:2cc06c692f44b882eb6ce8d53365964aca54cee9753d38a551c493ff4affe792 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 8 total
View on GitHub-
terraform output -json
-
terraform plan
-
terraform providers
-
terraform show -json
-
terraform state list
-
terraform state show <address>
-
terraform validate
-
terraform version