Skip to content

Commit

Permalink
Add context variables for AZs. See aws/aws-cdk#9226
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-dickinson-sainsburys committed Nov 22, 2020
1 parent ded68c2 commit ae52c36
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-1a",
"eu-west-1b",
"eu-west-1c"
]
}
}

0 comments on commit ae52c36

Please sign in to comment.