autocomplete
autocomplete copied to clipboard
bug: missing "-reconfigure" flag for "terraform init"
Checks
- [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
- [X] I have run
fig doctor
in the affected terminal session - [X] I have run
fig restart
and replicated the issue again
Operating system
macOS 13.3.1 (22E261)
Expected behaviour
autocomplete for "terraform init" should include the flag "-reconfigure"
Actual behaviour
it doesn't
Steps to reproduce
type "terraform init -" and see available flags. the "-reconfigure" is missing
Environment
No response
also true for terraform init -migrate-state
I am transferring this the the autocomplete repo. Would love if someone could contribute a fix. Just add the correct options to the src/terraform.ts
file.