Skip to content

Commit

Permalink
Merge pull request #141 from drone/CI-12899
Browse files Browse the repository at this point in the history
fix: [CI-12899]: Added tag support for EBS volume
  • Loading branch information
vistaarjuneja authored Jun 18, 2024
2 parents 9cec5e7 + 3a596ef commit 6f9bdea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/amazon/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ func (p *provider) create(ctx context.Context, opts autoscaler.InstanceCreateOpt
ResourceType: aws.String("instance"),
Tags: convertTags(tags),
},
{
ResourceType: aws.String("volume"),
Tags: convertTags(tags),
},
},
BlockDeviceMappings: []*ec2.BlockDeviceMapping{
{
Expand Down

0 comments on commit 6f9bdea

Please sign in to comment.