Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 3, 2024
1 parent 0afff8a commit 679bd21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-efs/lib/efs-file-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,7 @@ export class FileSystem extends FileSystemBase {
fileSystemId: props.replicationConfiguration.destinationFileSystem?.fileSystemId,
kmsKeyId: props.replicationConfiguration.kmsKey?.keyArn,
region: props.replicationConfiguration.region ??
// if destinationFileSystem is set, region is not specified, use the region of the destination file system
(props.replicationConfiguration.destinationFileSystem ? undefined : Stack.of(this).region),
availabilityZoneName: props.replicationConfiguration.availabilityZone,
},
Expand Down

0 comments on commit 679bd21

Please sign in to comment.