Commit 8a7eb0d
committed
refactor: Move Terraform comment to be adjacent to its code
Move the "# If the instance is managed by Terraform, warn user" comment
from line 963 to line 981, placing it directly above the terraform_managed
assignment it describes. The comment was previously orphaned from its
relevant code by 20 lines of unrelated confirmation prompts.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 895ae51 commit 8a7eb0d
2 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
963 | | - | |
964 | | - | |
965 | 963 | | |
966 | 964 | | |
967 | 965 | | |
| |||
980 | 978 | | |
981 | 979 | | |
982 | 980 | | |
| 981 | + | |
983 | 982 | | |
984 | 983 | | |
985 | 984 | | |
| |||
0 commit comments