Skip to content

Commit

Permalink
Merge pull request #995 from drullar/tag-node-networking-interface
Browse files Browse the repository at this point in the history
Added tagging for Instance Network Interface
  • Loading branch information
res0nance authored Nov 4, 2024
2 parents 072e12d + 81c69c9 commit 8ce0171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/plugins/ec2/SlaveTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ HashMap<RunInstancesRequest, List<Filter>> makeRunInstancesRequestAndFilters(Ima
tagSpecification.setTags(instTags);
tagList.add(tagSpecification.clone().withResourceType(ResourceType.Instance));
tagList.add(tagSpecification.clone().withResourceType(ResourceType.Volume));
tagList.add(tagSpecification.clone().withResourceType(ResourceType.NetworkInterface));
riRequest.setTagSpecifications(tagList);

if (metadataSupported) {
Expand Down

0 comments on commit 8ce0171

Please sign in to comment.