autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

bug: missing "-reconfigure" flag for "terraform init"

Open sagilaufer1992 opened this issue 1 year ago • 2 comments

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

sagilaufer1992 avatar Jun 08 '23 11:06 sagilaufer1992

also true for terraform init -migrate-state

Wassap124 avatar Jun 08 '23 11:06 Wassap124

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.

mschrage avatar Jun 15 '23 17:06 mschrage