Skip to content

Commit 4edd9a2

Browse files
committed
feat(tofu): add 3rd party fallback completion loader
https://github.com/opentofu/opentofu
1 parent af7fbb9 commit 4edd9a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@
317317
/_tkn
318318
/_tkn-pac
319319
/tightvncviewer
320+
/_tofu
320321
/tracepath6
321322
/_trivy
322323
/typeset

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,7 @@ CLEANFILES = \
881881
_tkn \
882882
_tkn-pac \
883883
tightvncviewer \
884+
_tofu \
884885
tracepath6 \
885886
_trivy \
886887
typeset \
@@ -1208,7 +1209,7 @@ symlinks: $(DATA)
12081209
$(ss) update-alternatives \
12091210
alternatives
12101211
$(ss) _vault \
1211-
_bao _consul _nomad _packer _terraform
1212+
_bao _consul _nomad _packer _terraform _tofu
12121213
$(ss) vipw \
12131214
vigr
12141215
$(ss) vncviewer \

0 commit comments

Comments
 (0)