Skip to content

Commit

Permalink
fix: [CI-12899]: Added tag support for EBS volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ShobhitSingh11 committed Jun 17, 2024
1 parent 9cec5e7 commit 3a596ef
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 3a596ef

Please sign in to comment.