Skip to content

Commit 6f9bdea

Browse files
Merge pull request #141 from drone/CI-12899
fix: [CI-12899]: Added tag support for EBS volume
2 parents 9cec5e7 + 3a596ef commit 6f9bdea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/amazon/create.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ func (p *provider) create(ctx context.Context, opts autoscaler.InstanceCreateOpt
122122
ResourceType: aws.String("instance"),
123123
Tags: convertTags(tags),
124124
},
125+
{
126+
ResourceType: aws.String("volume"),
127+
Tags: convertTags(tags),
128+
},
125129
},
126130
BlockDeviceMappings: []*ec2.BlockDeviceMapping{
127131
{

0 commit comments

Comments
 (0)