Terraform related commands.
Commands invoked by dpteam tf are defined here.
tf()
Inspect and modify a team's Terraform code.
Source code in dapla_team_cli/tf/cmd.py
| @app.callback()
def tf() -> None:
"""Inspect and modify a team's Terraform code."""
pass
|