Commit 513ca26
authored
fix: when accept risk is not found, do not continue reading it (#593)
If the resource is removed through the UI, and we created it through terraform, terraform should re-create it, if it's still present. There's a nil pointer dereference in the read method when the resource is not found, this fixes it.1 parent b442838 commit 513ca26
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
| |||
0 commit comments