Commit 984903c6 authored by nimrod's avatar nimrod
Browse files

git-manage: Use OpenTofu instead of Terraform.

Actually use the `tf` wrapper.
parent 22c1dffc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ import github3.exceptions # pylint: disable=import-error
import gitlab.exceptions  # pylint: disable=import-error
import passhole.passhole  # pylint: disable=import-error
import sh  # pylint: disable=import-error
from sh import terraform  # pylint: disable=import-error
from sh import tf as terraform  # pylint: disable=import-error

sys.path.append(os.path.expanduser("~/Documents/bin"))