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
18 lines
553 B
Plaintext
18 lines
553 B
Plaintext
Ran Import for dir: `.` workspace: `default`
|
|
|
|
```diff
|
|
random_id.dummy1: Importing from ID "AA"...
|
|
random_id.dummy1: Import prepared!
|
|
Prepared random_id for import
|
|
random_id.dummy1: Refreshing state... [id=AA]
|
|
|
|
Import successful!
|
|
|
|
The resources that were imported are shown above. These resources are now in
|
|
your Terraform state and will henceforth be managed by Terraform.
|
|
```
|
|
|
|
: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 .` |