Commit 3c38f50
github-actions[bot]
fix: allow 'None' and 'System' values for private_dns_zone_id validation
- Update lifecycle precondition to accept Azure's special string values
- Fixes issue where private_dns_zone_id = 'None' was incorrectly rejected
- Maintains existing validation for actual DNS zone resource IDs
- Resolves #689
Tested with both 'None' and 'System' values using examples/startup1 parent be56dbf commit 3c38f50
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
668 | | - | |
| 667 | + | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
0 commit comments