Skip to content

Commit 518fd39

Browse files
committed
Rename KeyName to SSHKeyName, for nubisproject/nubis-docs#35
1 parent 12fe2fb commit 518fd39

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ec2.README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ To use this stack you will need to set the required input parameters and include
2525
"AmiId": {
2626
"Ref": "AmiId"
2727
},
28-
"KeyName": {
29-
"Ref": "KeyName"
28+
"SSHKeyName": {
29+
"Ref": "SSHKeyName"
3030
},
3131
"ProjectName": {
3232
"Ref": "ProjectName"

ec2.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Description": "The id of the ami for this region",
3030
"Type": "String"
3131
},
32-
"KeyName": {
32+
"SSHKeyName": {
3333
"Description": "Existing ssh key to deploy to instances",
3434
"Type": "String"
3535
},
@@ -216,8 +216,8 @@
216216
"InstanceType": {
217217
"Ref": "InstanceType"
218218
},
219-
"KeyName": {
220-
"Ref": "KeyName"
219+
"SSHKeyName": {
220+
"Ref": "SSHKeyName"
221221
},
222222
"IamInstanceProfile": {
223223
"Fn::If": [

storage.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"ConstraintDescription": "Must specify prod, stage, or sandbox."
2727
},
28-
"KeyName": {
28+
"SSHKeyName": {
2929
"Description": "Name of and existing EC2 KeyPair to enable SSH access to the instance",
3030
"Type": "String"
3131
},
@@ -189,8 +189,8 @@
189189
"InstanceType": {
190190
"Ref": "InstanceType"
191191
},
192-
"KeyName": {
193-
"Ref": "KeyName"
192+
"SSHKeyName": {
193+
"Ref": "SSHKeyName"
194194
},
195195
"BlockDeviceMappings": [
196196
{

0 commit comments

Comments
 (0)