@cryptotaxi247 / infra / commits / 08cf8cf6

fixup! terraform: update the bucket policies (#71)

zimbatm committed Dec 20, 2018 at 11:45 UTC 08cf8cf69c2c552b6270e60a0b1fcd45265a2b79
1 file changed +1 -1
terraform/releases.tf
+1 -1
@@ -35,7 +35,7 @@ resource "aws_s3_bucket_policy" "releases" {
35 "s3:PutObject",
36 "s3:PutObjectAcl"
37 ],
38 - "Resource": "arn:aws:s3:::nix-releases/debuginfo/*"
38 + "Resource": "arn:aws:s3:::nix-releases/nixos/*"
39 },
40 {
41 "Sid": "AllowUploadDebuginfoRead",