Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/aws: allow key_pair name to be generated #1751

Merged
merged 1 commit into from
Apr 30, 2015

Commits on Apr 30, 2015

  1. provider/aws: allow key_pair name to be generated

    As a module author, I'd like to be able to create a module that includes
    a key_pair.  I don't care about the name, I only know I don't want it to
    collide with anything else in the account.
    
    This allows my module to be used multiple times in the same account
    without having to do anything funky like adding a user-specified unique
    name parameter.
    phinze committed Apr 30, 2015
    Configuration menu
    Copy the full SHA
    b99611f View commit details
    Browse the repository at this point in the history