Skip to content

Commit

Permalink
add missing aws-marketplace:MeterUsage permission (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarciso4 authored Oct 9, 2024
1 parent ed4d7c4 commit 47d88b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/ecs/roxprox-taskrole.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
{
"Effect": "Allow",
"Action": [
"aws-marketplace:RegisterUsage"
"aws-marketplace:RegisterUsage",
"aws-marketplace:MeterUsage"
],
"Resource": "*"
}
Expand Down
3 changes: 2 additions & 1 deletion terraform/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ resource "aws_iam_role_policy" "roxprox-task-role" {
{
"Effect": "Allow",
"Action": [
"aws-marketplace:RegisterUsage"
"aws-marketplace:RegisterUsage",
"aws-marketplace:MeterUsage"
],
"Resource": "*"
}
Expand Down

0 comments on commit 47d88b0

Please sign in to comment.