- Notifications
You must be signed in to change notification settings - Fork1k
Commit6e326c4
committed
terraform: make plugin cache cleanup configurable via env vars\n\n- Replace hard-coded 30d retention with configurable var\n- Read env in provisioner Serve():\n - CODER_TERRAFORM_PLUGIN_CLEANUP (default true)\n - CODER_TERRAFORM_PLUGIN_RETENTION (e.g. 720h)\n- Guard cleanup call with toggle\n- Update docs: speed-up-templates to describe settings\n\nCo-authored-by: angrycub <464492+angrycub@users.noreply.github.com>
1 parentff930ad commit6e326c4
File tree
3 files changed
+36
-10
lines changed- docs/tutorials/best-practices
- provisioner/terraform
3 files changed
+36
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
| 162 | + | |
165 | 163 |
| |
166 |
| - | |
167 |
| - | |
168 |
| - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
| |||
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 |
| |
107 | 113 |
| |
108 | 114 |
| |
| |||
112 | 118 |
| |
113 | 119 |
| |
114 | 120 |
| |
| 121 | + | |
115 | 122 |
| |
116 | 123 |
| |
117 | 124 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
| 8 | + | |
| 9 | + | |
7 | 10 |
| |
8 | 11 |
| |
9 | 12 |
| |
| |||
86 | 89 |
| |
87 | 90 |
| |
88 | 91 |
| |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
89 | 103 |
| |
90 | 104 |
| |
91 | 105 |
| |
|
0 commit comments
Comments
(0)