Skip to content
Snippets Groups Projects
Commit 984903c6 authored by nimrod's avatar nimrod
Browse files

git-manage: Use OpenTofu instead of Terraform.

Actually use the `tf` wrapper.
parent 22c1dffc
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment