Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Terraform Comments BeautifierNew to Visual Studio Code? Get it now.
Terraform Comments Beautifier

Terraform Comments Beautifier

Shadab Ahmed

|
12,879 installs
| (1) | Free
Beautifies comments in terraform(.tf) files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

terraform-comments-beautifier README

Release Status

This extension beautifies comments in terraform files. Changes them from:

# Terraform Version
terraform {
  required_version = ">= 0.11.0"
}

to:

###################
# Terraform Version
###################
terraform {
  required_version = ">= 0.11.0"
}

Features

Adds explorer menu, editor menu and a command to beautify the selected document.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft