terraform-iam: give access to the release inventory
zimbatm committed
Oct 29, 2023 at 19:25 UTC
4415fe48bb01fd2f8ed28353e6c5df80e868eb0e
1 file changed
+3
-1
terraform-iam/archeologist.tf
+3
-1
@@ -25,7 +25,9 @@ resource "aws_iam_policy" "archologist" {
25
],
26
"Resource": [
27
"arn:aws:s3:::nix-cache-inventory",
28
- "arn:aws:s3:::nix-cache-inventory/*"
28
+ "arn:aws:s3:::nix-cache-inventory/*",
29
+ "arn:aws:s3:::nix-releases-inventory220231029182031496800000001",
30
+ "arn:aws:s3:::nix-releases-inventory220231029182031496800000001/*"
31
]
32
},
33
{