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
betabandido wants to merge 6 commits into
masterfrom
feature/use-fixed-command
Open

[WIP] Feature/use fixed command#27
betabandido wants to merge 6 commits into
masterfrom
feature/use-fixed-command

Conversation

@betabandido
Copy link
Copy Markdown
Member

No description provided.

@betabandido betabandido self-assigned this Jan 12, 2018
Comment thread TerraformDevKit.gemspec Outdated
spec.add_development_dependency 'webmock', '~> 3.0'

spec.add_runtime_dependency 'aws-sdk', '~> 2.9'
spec.add_runtime_dependency 'aws-sdk', '~> 3'
Copy link
Copy Markdown
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

Comment thread tasks/devkit.rake
@@ -81,9 +90,12 @@ desc 'Creates the infrastructure'
Copy link
Copy Markdown
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