-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To be clear, Atlantis was compatible with 0.12 before this commit, but this change makes 0.12 the default version *if* users haven't set the --default-tf-version flag.
- Loading branch information
Showing
36 changed files
with
392 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 9 additions & 2 deletions
11
server/testfixtures/test-repos/automerge/exp-output-apply-dir1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Ran Apply for dir: `dir1` workspace: `default` | ||
|
||
```diff | ||
null_resource.automerge: Creating... | ||
null_resource.automerge: Creation complete after *s (ID: ******************) | ||
null_resource.automerge[0]: Creating... | ||
null_resource.automerge[0]: Creation complete after *s [id=*******************] | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
|
||
The state of your infrastructure has been saved to the path | ||
below. This state is required to modify and destroy your | ||
infrastructure, so keep it safe. To inspect the complete state | ||
use the `terraform show` command. | ||
|
||
State path: terraform.tfstate | ||
|
||
``` | ||
|
11 changes: 9 additions & 2 deletions
11
server/testfixtures/test-repos/automerge/exp-output-apply-dir2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
Ran Apply for dir: `dir2` workspace: `default` | ||
|
||
```diff | ||
null_resource.automerge: Creating... | ||
null_resource.automerge: Creation complete after *s (ID: ******************) | ||
null_resource.automerge[0]: Creating... | ||
null_resource.automerge[0]: Creation complete after *s [id=*******************] | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
|
||
The state of your infrastructure has been saved to the path | ||
below. This state is required to modify and destroy your | ||
infrastructure, so keep it safe. To inspect the complete state | ||
use the `terraform show` command. | ||
|
||
State path: terraform.tfstate | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 11 additions & 1 deletion
12
server/testfixtures/test-repos/modules-yaml/exp-output-apply-production.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
Ran Apply for dir: `production` workspace: `default` | ||
|
||
<details><summary>Show Output</summary> | ||
|
||
```diff | ||
module.null.null_resource.this: Creating... | ||
module.null.null_resource.this: Creation complete after *s (ID: ******************) | ||
module.null.null_resource.this: Creation complete after *s [id=*******************] | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
|
||
The state of your infrastructure has been saved to the path | ||
below. This state is required to modify and destroy your | ||
infrastructure, so keep it safe. To inspect the complete state | ||
use the `terraform show` command. | ||
|
||
State path: terraform.tfstate | ||
|
||
Outputs: | ||
|
||
var = production | ||
|
||
``` | ||
</details> | ||
|
12 changes: 11 additions & 1 deletion
12
server/testfixtures/test-repos/modules-yaml/exp-output-apply-staging.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
Ran Apply for dir: `staging` workspace: `default` | ||
|
||
<details><summary>Show Output</summary> | ||
|
||
```diff | ||
module.null.null_resource.this: Creating... | ||
module.null.null_resource.this: Creation complete after *s (ID: ******************) | ||
module.null.null_resource.this: Creation complete after *s [id=*******************] | ||
|
||
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | ||
|
||
The state of your infrastructure has been saved to the path | ||
below. This state is required to modify and destroy your | ||
infrastructure, so keep it safe. To inspect the complete state | ||
use the `terraform show` command. | ||
|
||
State path: terraform.tfstate | ||
|
||
Outputs: | ||
|
||
var = staging | ||
|
||
``` | ||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.