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

add aws_key_pair resource #695

Merged
merged 3 commits into from
Jan 6, 2015
Merged

Conversation

moredip
Copy link
Contributor

@moredip moredip commented Dec 18, 2014

For now this only supports importing a key pair (by specifying a
public_key) property. In the future it'd be fairly trivial to support
key pair creation, with the private key returned as a computed property.

In real world usage you'd probably want to provide that public_key
property via a variable rather than hard-coding it into a terraform
config that'd end up in source control.

For now this only supports importing a key pair (by specifying a
public_key) property. In the future it'd be fairly trivial to support
key pair creation, with the private key returned as a computed property.

In real world usage you'd probably want to provide that public_key
property via a variable rather than hard-coding it into a terraform
config that'd end up in source control.
@ericfode
Copy link

Thank you @moredip I needed this :)

@moredip
Copy link
Contributor Author

moredip commented Dec 19, 2014

Forgot to mention that this resolves one of the TODOs in #28

@armon
Copy link
Member

armon commented Jan 5, 2015

Could you also add the docs for this? Thanks!

@moredip
Copy link
Contributor Author

moredip commented Jan 6, 2015

Docs added, along with a bonus 1-character bug fix as "collatoral benefit".

armon added a commit that referenced this pull request Jan 6, 2015
@armon armon merged commit eef75a7 into hashicorp:master Jan 6, 2015
@armon
Copy link
Member

armon commented Jan 6, 2015

Awesome! Thanks!

@ghost
Copy link

ghost commented May 4, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 4, 2020
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.

3 participants