Skip to content

Commit

Permalink
fix: OONIDevopsPolicy update (#20)
Browse files Browse the repository at this point in the history
Closes #19. This changes the `vpc:*` permissions to `vpc-lattice:*`
  • Loading branch information
DecFox authored Mar 14, 2024
1 parent cc76097 commit 1beb0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/adm_iam_roles/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_iam_policy" "oonidevops" {
"ecr:*",
"ecr-public:*",
"rds:*",
"vpc:*",
"vpc-lattice:*",
"appmesh:*",
"autoscaling:*",
"application-autoscaling:*",
Expand Down

0 comments on commit 1beb0d2

Please sign in to comment.