Skip to content

Commit

Permalink
Merge pull request #327 from gotodeploy/disable-efs-encryption
Browse files Browse the repository at this point in the history
chore: disable EFS encryption by default #326
  • Loading branch information
gotodeploy authored Mar 6, 2022
2 parents a792be6 + 0ec53b1 commit 0e60bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/valheim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export class ValheimWorld extends Construct {
this.fileSystem = props?.fileSystem ?? new efs.FileSystem(this, 'ValheimSaveDataEFS', {
vpc,
lifecyclePolicy: efs.LifecyclePolicy.AFTER_14_DAYS,
encrypted: false,
});

const volumeConfig = {
Expand Down
2 changes: 1 addition & 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 0e60bab

Please sign in to comment.