Created
March 15, 2023 10:58
-
-
Save m-radzikowski/e72e6e3b380b55a5b2238a045cac2218 to your computer and use it in GitHub Desktop.
Context parameters example for Opinionated CI Pipeline (https://github.com/merapar/opinionated-ci-pipeline)
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
{ | |
"app": "...", | |
"context": { | |
"projectName": "myproject", | |
"environments": { | |
"default": { | |
"account": "111111111111", | |
"region": "us-east-1" | |
}, | |
"prod": { | |
"account": "222222222222", | |
"region": "us-east-1" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment