-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `atlantis` * Update `atlantis` * Update `atlantis` * Update `atlantis` * Update `atlantis`
- Loading branch information
Showing
9 changed files
with
188 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
**/.terraform/* | ||
*.tfstate | ||
*.tfstate.* | ||
*.tfvars | ||
|
||
# Module directory | ||
.terraform | ||
|
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,7 +1,4 @@ | ||
# Import the remote module | ||
export TF_CLI_INIT_FROM_MODULE="git::https://github.com/cloudposse/terraform-root-modules.git//aws/ecs?ref=tags/0.40.0" | ||
export TF_CLI_PLAN_PARALLELISM=2 | ||
|
||
use envrc | ||
use terraform 0.11 | ||
use atlantis | ||
use tfenv |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# https://www.runatlantis.io/docs/configuring-atlantis.html | ||
# https://www.runatlantis.io/docs/server-configuration.html | ||
# https://www.runatlantis.io/docs/server-side-repo-config.html | ||
# https://www.runatlantis.io/docs/repo-level-atlantis-yaml.html | ||
|
||
# repos lists the config for specific repos | ||
repos: | ||
# id can either be an exact repo ID or a regex. | ||
# If using a regex, it must start and end with a slash | ||
# Repo ID's are of the form {VCS hostname}/{org}/{repo name} | ||
- id: github.com/cloudposse/testing.cloudposse.co | ||
|
||
# apply_requirements sets the Apply Requirements for all repos that match | ||
apply_requirements: [approved] | ||
|
||
# allowed_overrides specifies which keys can be overridden by this repo in | ||
# its atlantis.yaml file | ||
allowed_overrides: [apply_requirements, workflow] | ||
|
||
# allow_custom_workflows defines whether this repo can define its own | ||
# workflows. If false (default), the repo can only use server-side defined workflows | ||
allow_custom_workflows: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Import the remote module | ||
export TF_CLI_INIT_FROM_MODULE="git::https://github.com/cloudposse/terraform-root-modules.git//aws/ecs?ref=tags/0.87.0" | ||
export TF_CLI_PLAN_PARALLELISM=2 |