Skip to main content

Terraform read-only ops

v0.1.5

Read-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.

8 allowed by default
Pack ID
terraform-readonly
Vendor
emisar
OS
linux
Actions
8
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
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

on the runner host
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