Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Terraform read-only ops
v0.1.5Read-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.
terraform
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:005264d67ca430066e60d7680c10b6a3b3b31deda97cfcfd8f734fb8b013b175
sudo emisar pack install terraform-readonly \ --hash sha256:005264d67ca430066e60d7680c10b6a3b3b31deda97cfcfd8f734fb8b013b175 \ --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