Skip to content

Commit

Permalink
Corrected RFS Snapshot Volume tag
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Helma <[email protected]>
  • Loading branch information
chelma committed Oct 2, 2024
1 parent c5b7d27 commit 5bf71aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class ReindexFromSnapshotStack extends MigrationServiceCore {
fileSystemType: FileSystemType.XFS,
tagSpecifications: [{
tags: {
name: `rfs-snapshot-volume-${props.stage}`,
Name: `rfs-snapshot-volume-${props.stage}`,
},
propagateTags: EbsPropagatedTagSource.SERVICE,
}],
Expand Down

0 comments on commit 5bf71aa

Please sign in to comment.