We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f3638 commit 2471aedCopy full SHA for 2471aed
1 file changed
tf/environments/dev/main.tf
@@ -970,10 +970,8 @@ module "reuploader" {
970
971
task_environment = {
972
BATCH_SIZE = 10
973
- BUCKET_NAME = aws_s3_bucket.ooniprobe_failed_reports.bucket
+ BUCKET_NAME = "ooniprobe_failed_reports_2026-04-10"
974
DRY_RUN = true
975
- # PREFIX # s3 path prefix
976
- # fastpath API endpoint; use the last (fallback) fastpath instance in set
977
FASTPATH_API = "http://${local.fastpath_hosts[length(local.fastpath_hosts) - 1]}:8472"
978
}
979
0 commit comments