lib/chef/knife/google_disk_create.rb in knife-google-4.2.8 vs lib/chef/knife/google_disk_create.rb in knife-google-4.2.14

- old
+ new

@@ -27,9 +27,11 @@ banner "knife google disk create NAME --gce-disk-size N (options)" deps do require_relative "cloud/google_service" + require_relative "cloud/google_service_helpers" + include GoogleServiceHelpers end option :disk_size, long: "--gce-disk-size SIZE", description: "Size of the persistent disk between 10 and 10000 GB, specified in GB; default is '10' GB",