Skip to content

Commit

Permalink
feat: ParametersStack -> SecretsStack
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Jun 16, 2023
1 parent e9925c0 commit 88914b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 106 deletions.
2 changes: 1 addition & 1 deletion src/ApiStage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Construct } from 'constructs';
import { Configurable } from './Configuration';
import { ContainerClusterStack } from './ContainerCluster';
import { DnsStack } from './DnsStack';
import { SecretsStack } from './ParameterStack';
import { SecretsStack } from './SecretsStack';

export interface ApiStageProps extends StageProps, Configurable {}

Expand Down
105 changes: 0 additions & 105 deletions src/ParameterStack.ts

This file was deleted.

0 comments on commit 88914b1

Please sign in to comment.