Skip to content

Commit

Permalink
✨ add atlantis plan target
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanbekker committed Jul 29, 2024
1 parent aa3be07 commit 2582edb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions atlantis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ If you had a different workspace:
atlantis plan -d 'environments/test' -w workspacename
```

Plan against a target:

```bash
atlantis plan -d environments/test -w workspacename -- -target=module.environment.module.vpc
```

Plan a delete:

```bash
Expand Down

0 comments on commit 2582edb

Please sign in to comment.