Using OpenTofu or Terragrunt
By default, tfaction runs terraform, but you can replace it with a compatible tool such as OpenTofu.
terraform_command: tofu
target_groups:
- working_directory: aws
terraform_command: tofu
You can also configure this in tfaction.yaml.
terraform_command: terragrunt