Skip to content

Commit 5180899

Browse files
authored
Add Terraform post-plan hook script
1 parent fc71794 commit 5180899

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hooks/terraform-post-plan

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)