Commit 9d502de
Add non-empty validation for network_namespace_name
Guard against an empty string being passed as the network namespace
override — coalesce accepts "" as truthy so validation is the right
fix, consistent with other string variables in this module.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 42349d5 commit 9d502de
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
129 | 133 | | |
130 | 134 | | |
131 | 135 | | |
| |||
0 commit comments