HCL formatting workspace
Readable indentation and consistent assignment spacing, in your browser.
FORMATTED OUTPUT
resource "aws_s3_bucket" "logs" {
bucket = "company-logs"
versioning {
enabled = true
}
}Formatting noteThis is a local readability formatter, not a parser or validator. Use
terraform fmt and terraform validate in the actual project before deployment.