mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:18:15 +00:00
* add web_templates render tests * add ansic strip tests * move fixtures into testdata dir which is golang specific test dir name * add server/metrics tests * add recovery test * add runtime stats test
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
Ran Plan for 2 projects:
|
|
|
|
1. dir: `dir1` workspace: `default`
|
|
1. dir: `dir2` workspace: `default`
|
|
|
|
### 1. dir: `dir1` workspace: `default`
|
|
```diff
|
|
Terraform used the selected providers to generate the following execution
|
|
plan. Resource actions are indicated with the following symbols:
|
|
+ create
|
|
|
|
Terraform will perform the following actions:
|
|
|
|
# null_resource.automerge[0] will be created
|
|
+ resource "null_resource" "automerge" {
|
|
+ id = (known after apply)
|
|
}
|
|
|
|
Plan: 1 to add, 0 to change, 0 to destroy.
|
|
```
|
|
|
|
* :arrow_forward: To **apply** this plan, comment:
|
|
* `atlantis apply -d dir1`
|
|
* :put_litter_in_its_place: To **delete** this plan click [here](lock-url)
|
|
* :repeat: To **plan** this project again, comment:
|
|
* `atlantis plan -d dir1`
|
|
|
|
---
|
|
### 2. dir: `dir2` workspace: `default`
|
|
```diff
|
|
Terraform used the selected providers to generate the following execution
|
|
plan. Resource actions are indicated with the following symbols:
|
|
+ create
|
|
|
|
Terraform will perform the following actions:
|
|
|
|
# null_resource.automerge[0] will be created
|
|
+ resource "null_resource" "automerge" {
|
|
+ id = (known after apply)
|
|
}
|
|
|
|
Plan: 1 to add, 0 to change, 0 to destroy.
|
|
```
|
|
|
|
* :arrow_forward: To **apply** this plan, comment:
|
|
* `atlantis apply -d dir2`
|
|
* :put_litter_in_its_place: To **delete** this plan click [here](lock-url)
|
|
* :repeat: To **plan** this project again, comment:
|
|
* `atlantis plan -d dir2`
|
|
|
|
---
|
|
* :fast_forward: To **apply** all unapplied plans from this pull request, comment:
|
|
* `atlantis apply`
|
|
* :put_litter_in_its_place: To delete all plans and locks for the PR, comment:
|
|
* `atlantis unlock` |