mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 02:28:40 -05:00
fix rubocop offenses
This commit is contained in:
parent
bd1b21736a
commit
ee36ee868d
5 changed files with 109 additions and 113 deletions
|
|
@ -19,7 +19,7 @@ MockOperationErrorError = Struct.new(
|
|||
|
||||
MockInstance = Struct.new(
|
||||
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Instance.html
|
||||
:instance_type, :launch_time, :private_ip_address, :state, :tags, :zone,
|
||||
:instance_type, :launch_time, :private_ip_address, :state, :tags, :zone, :private_dns_name,
|
||||
keyword_init: true
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue