Skip to content

Commit

Permalink
Fix bfmgr-aws template
Browse files Browse the repository at this point in the history
  • Loading branch information
80degreeswest committed Jun 3, 2020
1 parent 0fd80fa commit 81a5ce0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/resources/bfmgr-aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
]
}
},
"BfMgrInstanceProfile" : {
"Type" : "AWS::IAM::InstanceProfile",
"Properties" : {
"Path" : "/",
"Roles" : ["buildfarm-manager"]
}
},
"BfMgrEc2": {
"Type": "AWS::EC2::Instance",
"Properties": {
Expand All @@ -80,7 +87,7 @@
"Ref": "SecurityGroup"
}],
"IamInstanceProfile": {
"Ref": "BfMgrRole"
"Ref": "BfMgrInstanceProfile"
},
"Tags": [
{
Expand Down

0 comments on commit 81a5ce0

Please sign in to comment.