diff --git a/packages/actions/src/helpers/vm.ts b/packages/actions/src/helpers/vm.ts index 9aa197a6..a6335555 100644 --- a/packages/actions/src/helpers/vm.ts +++ b/packages/actions/src/helpers/vm.ts @@ -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 + } + ] } ] }