Skip to content

Commit

Permalink
Merge pull request #94 from gotodeploy/set-platform-version-default
Browse files Browse the repository at this point in the history
chore: Use default platform version on fargate
  • Loading branch information
gotodeploy authored May 1, 2021
2 parents fb35e98 + a8cccd3 commit 1cf7d66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/valheim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ export class ValheimWorld extends cdk.Construct {

this.service = new ecs.FargateService(this, 'ValheimService', {
cluster,
platformVersion: ecs.FargatePlatformVersion.VERSION1_4,
assignPublicIp: true,
taskDefinition,
desiredCount: props?.desiredCount,
Expand Down
1 change: 0 additions & 1 deletion test/__snapshots__/valheim.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1cf7d66

Please sign in to comment.