Skip to content

Commit

Permalink
Don't set default stage as riffraff blats over the selected with defa…
Browse files Browse the repository at this point in the history
…ult.
  • Loading branch information
AWare committed Dec 3, 2019
1 parent 197a363 commit a7dccf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/aws/lib/aws-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class EditionsStack extends cdk.Stack {
const frontsStageParameter = new cdk.CfnParameter(this, 'frontsStage', {
type: 'String',
description: 'Which stage of fronts to read from',
default: 'prod',
})

const stageParameter = new cdk.CfnParameter(this, 'stage', {
Expand Down

0 comments on commit a7dccf3

Please sign in to comment.