Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #453 from dtan4/dtan4/support-latest-efs
Browse files Browse the repository at this point in the history
Support the latest EFS client
  • Loading branch information
dtan4 authored Apr 21, 2019
2 parents 1ba96b9 + d5f709f commit 1b5585f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions spec/lib/terraforming/resource/efs_file_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module Resource
owner_id: "999999999999",
performance_mode: "generalPurpose",
size_in_bytes: { value: 6144 },
tags: [],
}
end

Expand All @@ -32,6 +33,7 @@ module Resource
owner_id: "999999999999",
performance_mode: "generalPurpose",
size_in_bytes: { value: 23481234 },
tags: [],
}
end

Expand Down
3 changes: 1 addition & 2 deletions terraforming.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "aws-sdk-autoscaling", "~> 1"
spec.add_dependency "aws-sdk-cloudwatch", "~> 1"
spec.add_dependency "aws-sdk-ec2", "~> 1"
spec.add_dependency "aws-sdk-efs", "~> 1"
spec.add_dependency "aws-sdk-efs", "~> 1", ">= 1.13.0"
spec.add_dependency "aws-sdk-elasticache", "~> 1"
spec.add_dependency "aws-sdk-elasticloadbalancing", "~> 1"
spec.add_dependency "aws-sdk-elasticloadbalancingv2", "~> 1"
Expand All @@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "multi_json", "~> 1.12.1"
spec.add_dependency "thor"

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "coveralls", "~> 0.8.13"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.2"
Expand Down

0 comments on commit 1b5585f

Please sign in to comment.