mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:18:15 +00:00
* feat: state rm * review feedback * fix conflict for pegomock generation code * adopt state command into allow-commands * fix conflicts * fix: state rm works on workspace * notify import/state rm discard plan file * fix lint * use repeat instead warning for re-plan * perl -pi -e 's!\* 🔁 plan file was discarded. to!🚮 A plan file was discarded. Re-plan would be required before applying.\n\n\* 🔁 To!g' server/**/* * follow main branch
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
Ran State `rm` for dir: `.` workspace: `default`
|
|
|
|
```diff
|
|
Removed random_id.for_each["overridden"]
|
|
Successfully removed 1 resource instance(s).
|
|
```
|
|
|
|
:put_litter_in_its_place: A plan file was discarded. Re-plan would be required before applying.
|
|
|
|
* :repeat: To **plan** this project again, comment:
|
|
* `atlantis plan -d .` |