Skip to content
OmniTool
⌘K
History
⊞
Terraform Formatter
HCL Input
resource "aws_instance" "web" { ami = "ami-abc123" instance_type = "t3.micro" tags = { Name = "web-server" } }
Format
Formatted
Click Format...