suzuki-shunsuke / tfaction

Framework for Monorepo to build high level Terraform Workflows by GitHub Actions

Home Page:https://suzuki-shunsuke.github.io/tfaction/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle timeout and credential expiration

suzuki-shunsuke opened this issue · comments

Terraform itself doesn't support timeout.
https://discuss.hashicorp.com/t/timeout-setting-for-terraform-binary/29627/2

tfcmt -var "target:$TFACTION_TARGET" apply -- terraform apply -auto-approve -no-color -input=false tfplan.binary

  • Support sending the signal
  • Support changing the timeout (By default 1 Hour)