Skip to content

Commit a75125b

Browse files
committed
added cfn template placeholders
1 parent 93b588b commit a75125b

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"AWSTemplateFormatVersion" : "2010-09-09",
3+
4+
"Description" : "CloudFormation Template to provision a Jenkins instance",
5+
6+
"Parameters" : {
7+
8+
9+
},
10+
11+
"Mappings" : {
12+
13+
},
14+
15+
"Resources" : {
16+
17+
},
18+
19+
"Outputs" : {
20+
21+
}
22+
23+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"AWSTemplateFormatVersion" : "2010-09-09",
3+
4+
"Description" : "CloudFormation Template to provision a target environment for the rails sample app",
5+
6+
"Parameters" : {
7+
8+
},
9+
10+
"Mappings" : {
11+
},
12+
13+
"Resources" : {
14+
15+
},
16+
17+
"Outputs" : {
18+
19+
}
20+
21+
}

0 commit comments

Comments
 (0)