From 1beb0d22397949845131fd09a5e7a977501f6ed2 Mon Sep 17 00:00:00 2001 From: DecFox <33030671+DecFox@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:28:14 +0530 Subject: [PATCH] fix: OONIDevopsPolicy update (#20) Closes #19. This changes the `vpc:*` permissions to `vpc-lattice:*` --- tf/modules/adm_iam_roles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf/modules/adm_iam_roles/main.tf b/tf/modules/adm_iam_roles/main.tf index 324cf370..40b15599 100644 --- a/tf/modules/adm_iam_roles/main.tf +++ b/tf/modules/adm_iam_roles/main.tf @@ -25,7 +25,7 @@ resource "aws_iam_policy" "oonidevops" { "ecr:*", "ecr-public:*", "rds:*", - "vpc:*", + "vpc-lattice:*", "appmesh:*", "autoscaling:*", "application-autoscaling:*",