Skip to content

Commit

Permalink
Make the internal containerSecrets property required
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Mar 21, 2023
1 parent d4b4b25 commit cc731bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class GameServer extends Construct {
readonly steamArgs?: string;

readonly containerEnv: { [key: string]: string };
readonly containerSecrets?: { [key: string]: ecs.Secret};
readonly containerSecrets: { [key: string]: ecs.Secret};


constructor(scope: Construct, id: string, props: GameServerProps) {
Expand Down

0 comments on commit cc731bc

Please sign in to comment.