Commit 74abeac
committed
fix: escape awk field references for Terraform template processing
The awk-based YAML parsing improvement needed proper escaping of field
references as 2936092 so Terraform's templatefile() function processes them
correctly. This resolves template syntax errors that were causing the
DateTime.pm installation failures.1 parent 19c5953 commit 74abeac
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments