lib/kitchen/driver/ec2.rb in kitchen-ec2-0.10.0.rc.0 vs lib/kitchen/driver/ec2.rb in kitchen-ec2-0.10.0.rc.1
- old
+ new
@@ -16,10 +16,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require "benchmark"
require "json"
-require "aws"
require "kitchen"
require_relative "ec2_version"
require_relative "aws/client"
require_relative "aws/instance_generator"
require "aws-sdk-core/waiters/errors"