Enhancement: implement EC2 instance filtering by subnet-id (#3694)
Co-authored-by: Tony Greising-Murschel <tony@platform.sh>
This commit is contained in:
parent
def46b5130
commit
9feabf5479
2 changed files with 24 additions and 0 deletions
|
|
@ -379,6 +379,7 @@ filter_dict_attribute_mapping = {
|
|||
"network-interface.private-dns-name": "private_dns",
|
||||
"private-dns-name": "private_dns",
|
||||
"owner-id": "owner_id",
|
||||
"subnet-id": "subnet_id",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue