-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
providers
section to Atmos manifests. Update docs (#555)
* updates * Check and configure `prefix` for Terraform backend of type `gcs` * Check and configure `prefix` for Terraform backend of type `gcs` * Check and configure `prefix` for Terraform backend of type `gcs` * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates
- Loading branch information
Showing
37 changed files
with
442 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Atmos Tests | ||
|
||
These configurations are used by the Atmos tests and CI to test/validate configurations and behaviors of Atmos. Thus, they contain many deliberately | ||
broken examples and should not be used. Instead, please see our [Quick Start](../quick-start) example. | ||
These configurations are used by the Atmos tests and CI to test/validate configurations and behaviors of Atmos. | ||
Thus, they contain many deliberately broken examples and should not be used. | ||
Instead, please see our [Quick Start](../quick-start) example. |
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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
vars: | ||
region: us-east-2 | ||
environment: gbl | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
environment: gbl |
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 |
---|---|---|
|
@@ -12,3 +12,9 @@ components: | |
- us-east-1a | ||
- us-east-1b | ||
- us-east-1c | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
environment: ue1 |
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 |
---|---|---|
|
@@ -12,3 +12,9 @@ components: | |
- us-east-2a | ||
- us-east-2b | ||
- us-east-2c | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
environment: ue2 |
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,3 +1,9 @@ | ||
vars: | ||
region: us-west-1 | ||
environment: uw1 | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
environment: uw1 |
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,3 +1,9 @@ | ||
vars: | ||
region: us-west-2 | ||
environment: uw2 | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
environment: uw2 |
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 |
---|---|---|
|
@@ -4,3 +4,9 @@ vars: | |
settings: | ||
config: | ||
is_prod: false | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
stage: dev |
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 |
---|---|---|
|
@@ -4,3 +4,9 @@ vars: | |
settings: | ||
config: | ||
is_prod: true | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
stage: prod |
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 |
---|---|---|
|
@@ -4,3 +4,9 @@ vars: | |
settings: | ||
config: | ||
is_prod: false | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
stage: staging |
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 |
---|---|---|
|
@@ -4,3 +4,9 @@ vars: | |
settings: | ||
config: | ||
is_prod: false | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
stage: test1 |
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 |
---|---|---|
|
@@ -14,3 +14,9 @@ settings: | |
tenant: tenant1 | ||
environment: ue2 | ||
stage: prod | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
tenant: tenant1 |
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 |
---|---|---|
|
@@ -14,3 +14,9 @@ settings: | |
tenant: tenant2 | ||
environment: ue2 | ||
stage: prod | ||
|
||
terraform: | ||
providers: | ||
context: | ||
values: | ||
tenant: tenant2 |
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
Oops, something went wrong.