Commit 906f7ce
fix(scripts): fix tfvars parsing on macOS BSD sed
Replace \s with POSIX [[:space:]] in sed expression for compartment_id
extraction. BSD sed doesn't support \s, causing the regex to silently
fail and pass the raw line instead of the OCID value.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b19fd5a commit 906f7ce
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments