You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runatlantis.io/docs/using-atlantis.md
-5
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,6 @@ atlantis plan -w staging
45
45
*`-w workspace` Switch to this [Terraform workspace](https://www.terraform.io/docs/state/workspaces.html) before planning. Defaults to `default`. If not using Terraform workspaces you can ignore this.
46
46
*`--verbose` Append Atlantis log to comment.
47
47
48
-
::: warning NOTE
49
-
A `atlantis plan` (without flags), like autoplans, discards all plans previously created with `atlantis plan``-p`/`-d`/`-w`
50
-
:::
51
-
52
48
### Additional Terraform flags
53
49
54
50
If you need to run `terraform plan` with additional arguments, like `-target=resource` or `-var 'foo-bar'` or `-var-file myfile.tfvars`
@@ -69,7 +65,6 @@ Runs `terraform apply` for the plan that matches the directory/project/workspace
69
65
70
66
::: tip
71
67
If no directory/project/workspace is specified, ex. `atlantis apply`, this command will apply **all unapplied plans from this pull request**.
72
-
This includes all projects that have been planned manually with `atlantis plan``-p`/`-d`/`-w` since the last autoplan or `atlantis plan` command.
0 commit comments