Skip to content

Commit

Permalink
Rename KeyName to SSHKeyName, for nubisproject/nubis-docs#35
Browse files Browse the repository at this point in the history
  • Loading branch information
gozer committed Jun 30, 2015
1 parent 12fe2fb commit 518fd39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ec2.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ To use this stack you will need to set the required input parameters and include
"AmiId": {
"Ref": "AmiId"
},
"KeyName": {
"Ref": "KeyName"
"SSHKeyName": {
"Ref": "SSHKeyName"
},
"ProjectName": {
"Ref": "ProjectName"
Expand Down
6 changes: 3 additions & 3 deletions ec2.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Description": "The id of the ami for this region",
"Type": "String"
},
"KeyName": {
"SSHKeyName": {
"Description": "Existing ssh key to deploy to instances",
"Type": "String"
},
Expand Down Expand Up @@ -216,8 +216,8 @@
"InstanceType": {
"Ref": "InstanceType"
},
"KeyName": {
"Ref": "KeyName"
"SSHKeyName": {
"Ref": "SSHKeyName"
},
"IamInstanceProfile": {
"Fn::If": [
Expand Down
6 changes: 3 additions & 3 deletions storage.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"ConstraintDescription": "Must specify prod, stage, or sandbox."
},
"KeyName": {
"SSHKeyName": {
"Description": "Name of and existing EC2 KeyPair to enable SSH access to the instance",
"Type": "String"
},
Expand Down Expand Up @@ -189,8 +189,8 @@
"InstanceType": {
"Ref": "InstanceType"
},
"KeyName": {
"Ref": "KeyName"
"SSHKeyName": {
"Ref": "SSHKeyName"
},
"BlockDeviceMappings": [
{
Expand Down

0 comments on commit 518fd39

Please sign in to comment.