Skip to content

Commit

Permalink
Remove default SShKey
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Mar 23, 2015
1 parent dc1c2fc commit 6547f57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stacker/stacks/vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ class VPC(StackTemplateBase):
"description": "NAT EC2 instance type.",
"default": "m3.medium"},
"SshKeyName": {
"type": "AWS::EC2::KeyPair::KeyName",
"default": "default"},
"type": "AWS::EC2::KeyPair::KeyName"},
"BaseDomain": {
"type": "String",
"description": "Base domain for the stack."},
Expand Down

0 comments on commit 6547f57

Please sign in to comment.