Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

[WIP] Feature/use fixed command #27

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

betabandido
Copy link
Member

No description provided.

@betabandido betabandido self-assigned this Jan 12, 2018
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock', '~> 3.0'

spec.add_runtime_dependency 'aws-sdk', '~> 2.9'
spec.add_runtime_dependency 'aws-sdk', '~> 3'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we can used `'aws-sdk-core', '~> 3' and then specify only the aws modules that we need. This helps reduce the clutter in the Gemfile.lock

invoke('pre_apply', task, env.name, safe_invoke: true)

destroy_if_fails(env, task) do
# TODO: Shall we just use auto-approve?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to just use it if we're going to prompt before anyway.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants