Skip to content

Iito/terraform-format-on-save

 
 

Repository files navigation

Terraform Format on Save

TFS is an extension that will format your terraform code when you save your .tf files.

How it works

It's simply runs terraform fmt <path-to-your-current-file> or tofu fmt <path-to-your-current-file> before saving your .tf or .tfvars files.

Requirements

Terraform or tofu installed.

About

TFS is an extension that will format your terraform code when you save your .tf files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • HCL 4.4%