lib/chef/knife/ionoscloud_snapshot_get.rb in knife-ionoscloud-6.1.1 vs lib/chef/knife/ionoscloud_snapshot_get.rb in knife-ionoscloud-6.1.2
- old
+ new
@@ -15,10 +15,10 @@
def initialize(args = [])
super(args)
@description =
'Retrieves the attributes of a given Snapshot.'
@directory = 'compute-engine'
- @required_options = [:snapshot_id, :ionoscloud_username, :ionoscloud_password]
+ @required_options = [:snapshot_id]
end
def run
$stdout.sync = true
handle_extra_config