Skip to content

Commit

Permalink
Remove unused condition
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 10, 2023
1 parent 884195d commit 11db0be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spire/templates/apps/dovetail-cdn-arranger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ Parameters:
ArrangementsDynamodbTtl: { Type: AWS::SSM::Parameter::Value<String> }
ArrangementsDynamodbAccessRoleArn: { Type: AWS::SSM::Parameter::Value<String> }

Conditions:
IsProduction: !Equals [!Ref EnvironmentType, Production]

Resources:
DtCdnArrangerWorkspaceBucket:
Type: AWS::S3::Bucket
Expand Down

0 comments on commit 11db0be

Please sign in to comment.