Terraform fmt on save
See original GitHub issueIt would be great to have the plugin run terraform fmt
on saving of a file.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:12
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Fmt on save not working with vscode 1.11.1 #16
Since the last update of vscode, the fmt on save doesn't work anymore. I have update to 0.0.7 and added "terraform.formatOnSave": true to...
Read more >HashiCorp Terraform - Visual Studio Marketplace
This extension utilizes terraform fmt to rewrite an open document to a canonical format and style. This command applies a subset of the ......
Read more >VSCode plugin very slow at terraform fmt on save
The issue I'm having with the VSCode Terraform plugin is that when it saves a file it's taking nearly 5 seconds to terraform...
Read more >How to configure alignment and indentation of terraform ...
The autoformatter on that plugin (ctrl+shift+i) will run the terraform fmt command. This is the opinionated, zero option autoformatter that ...
Read more >Command: fmt | Terraform
The terraform fmt command is used to rewrite Terraform configuration files to a canonical format and style. This command applies a subset of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the time being I’ve worked around this with the file watchers plugin and the following config. Only been using it an hour or so, but seems to work okay so far.
FYI 0.6.9 with ‘FileWatcher’ template just released.