Commit 4153ae4
fix(terraform): add ImportStateCustom to panos_ip_tag resource
PR #727 changed codegen so every custom resource generates an
ImportState body calling o.ImportStateCustom, but panos_ip_tag (#728)
was authored before that change and lacked the method, breaking the
build. Add ImportStateCustom returning an error diagnostic, matching
other custom resources that do not support import.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 17069ca commit 4153ae4
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
| |||
0 commit comments