Commit 3de02e1
committed
chore(smoke-nuke): disassociate AppRegistry resources before delete
First nuke run left two AppRegistry apps stuck:
ValidationException: Disassociate all resources before you delete
application NDXTry_BOPS_Planning_464453619983
The app's CFN AppRegistryAssociation resource gets gc'd when the
nested stack dies but the AppRegistry-side association lingers. Add a
list-associated-resources + disassociate-resource loop per app before
the delete-application call.1 parent 0919f63 commit 3de02e1
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
200 | 216 | | |
201 | 217 | | |
202 | 218 | | |
| |||
0 commit comments