Skip to content

Commit

Permalink
build: Add context variables for AZs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dickinson-sainsburys committed Mar 30, 2022
1 parent 9c38e0b commit 2f4bd15
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions cdk.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"app": "python3 app.py",
"context": {
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/core:newStyleStackSynthesis": "true"
}
"app": "python3 app.py",
"context": {
"@aws-cdk/core:enableStackNameDuplicates": "true",
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/core:newStyleStackSynthesis": "true",
"availability-zones:account=673792865749:region=eu-west-2": [
"eu-west-2a",
"eu-west-2b",
"eu-west-2c"
]
}
}

0 comments on commit 2f4bd15

Please sign in to comment.