Skip to content

Commit

Permalink
fix: set tag to AWS instance volume
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoSerranoP committed Aug 18, 2024
1 parent 9239207 commit e22d20d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/actions/src/helpers/vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ export const createEC2Instance = async (
Value: process.env.AWS_TAG_VALUE
}
]
},
{
ResourceType: "volume",
Tags: [
{
Key: "ProjectName",
Value: process.env.AWS_TAG_VALUE
}
]
}
]
}
Expand Down

0 comments on commit e22d20d

Please sign in to comment.