Commit 32dbecd
docs: address second-pass review on cpflow vs. Terraform appendix
Apply the optional improvements from the second claude[bot] review of the
Terraform HCL appendix (#751):
- DATABASE_URL: add a production-guidance comment (sensitive var or
cpln://secret ref) so the placeholder credentials aren't cargo-culted,
matching the note already on SECRET_KEY_BASE.
- image_link: clarify that an image bump is a scoped `terraform apply`
(plan + state lock), not a "full apply" -- Terraform only diffs the
changed argument. Fixed the same overstatement in the closing paragraph.
- Expand the single-line `app_name`/`image_link` variable blocks to the
idiomatic multi-line form, consistent with `location`.
The reviewer's env-must-be-blocks claim was not applied: the official cpln
provider docs type container `env` as a Map of String and use the
`env = { ... }` map literal in every example, so the doc is already correct.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 28b6824 commit 32dbecd
1 file changed
Lines changed: 15 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
0 commit comments