Skip to content

Commit

Permalink
conditionally add metering full access role
Browse files Browse the repository at this point in the history
  • Loading branch information
424D57 committed Mar 21, 2016
1 parent 088082a commit 3a9298c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DeepSecurity/Marketplace/DSM96MP.template
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,13 @@
}
]
},
"ManagedPolicyArns": {
"Fn::If" : [
"UseMMS",
[ "arn:aws:iam::aws:policy/AWSMarketplaceMeteringFullAccess" ],
{ "Ref" : "AWS::NoValue" }
]
},
"Path" : "/",
"Policies" : [
{
Expand Down

0 comments on commit 3a9298c

Please sign in to comment.