Read the Terraform workspace and create its local lock or working files while planning.
tf.versiontf.providerstf.state_listtf.state_showtf.show_jsontf.outputtf.validatetf.plan_file_summarytf.state_metadatatf.state_file_metadatatf.state_compare_metadatatf.plan_no_savetf.plan_summary
Run the Emisar service as root
sudo install -d -m 0755 /etc/systemd/system/emisar.service.d printf '%s\n' '[Service]' 'User=root' 'Group=root' | sudo tee /etc/systemd/system/emisar.service.d/10-terraform-host-access.conf >/dev/null sudo systemctl daemon-reload sudo systemctl restart emisar
test "$(systemctl show emisar --property=User --value)" = root sudo test -r /srv/infra/prod sudo test -w /srv/infra/prod
Impact: Every Emisar action on this runner executes as root and can read or modify local Terraform files, including state and embedded secrets. Pack policy still limits commands.