mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws | instances] Correct name of dns-filter filter
This commit is contained in:
parent
89219a00c2
commit
e0677e7883
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module Fog
|
|||
'architecture' => 'architecture',
|
||||
'availability-zone' => 'availabilityZone',
|
||||
'client-token' => 'clientToken',
|
||||
'dns-token' => 'dnsName',
|
||||
'dns-name' => 'dnsName',
|
||||
'group-id' => 'groupId',
|
||||
'image-id' => 'imageId',
|
||||
'instance-id' => 'instanceId',
|
||||
|
|
Loading…
Add table
Reference in a new issue