Files
atlantis/server/controllers/events/testdata/test-repos/import-single-project/exp-output-import-dummy1.txt
Ken Kaizu cb0aadf571 feat: state rm (#2880)
* 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
2023-01-18 22:02:18 -06:00

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 .`