We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc71794 commit 5180899Copy full SHA for 5180899
hooks/terraform-post-plan
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+echo "--------------------- Running Terraform Post Plan Hook ----------------------"
3
+# Hooks are run from the /home/tfc-agent/.tfc-agent/component/terraform/runs/run-<random>/config
4
+
5
6
+echo "-------------------- Finished Terraform Post Plan Hook ----------------------"
0 commit comments