Skip to content

Commit bb4b59f

Browse files
authored
fix: annotation has to be on new line or it breaks the EOT (#20)
## Summary ## πŸ› Bug Fixes - annotation has to be on new line or it breaks the EOT [`e9979f5`](e9979f5) ## πŸ“ File Changes ### Documentation (+2/-1 lines) - `docs/terraform/style-guide.md` (+2/-1) πŸ“ --- **Changes:** 1 files, +2 insertions, -1 deletions **Commits:** 1 **Branch:** `fix/code-annotation-break` **Base:** `origin/main`
1 parent 6c9fc2d commit bb4b59f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

β€Ždocs/terraform/style-guide.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ variable "project_id" { # (1)!
2222
error_message = <<-EOT
2323
Variable `project_id` must start with a lowercase letter, be 6–30 chars, and contain only lowercase
2424
letters, digits, or hyphens (no trailing hyphen).
25-
EOT # (6)!
25+
EOT
26+
# (6)!
2627
}
2728
}
2829
```

0 commit comments

Comments
Β (0)