Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions access/envs/prod/iam_role.on_call.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,5 @@ module "on_call" {
permissions_boundary = module.baseline.boundary_arn
break_glass_approver = var.break_glass_approver

grants = [
# break-glass bg-on-call-probe. Written by access/scripts/break-glass, revoked by its sweep.
{
resource = "waterpark-site"
access = "read"
granted_at = "2026-09-12T05:04:39Z"
expires = "2026-09-12T07:04:39Z"
reason = "Incident drill, the published site was wrong and on-call had to read the bucket."
},
# end break-glass bg-on-call-probe
]
grants = []
}
Loading