mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Allow workspace delete to work (#9150)
This commit is contained in:
parent
2bc21a0486
commit
8687136c91
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ data "aws_iam_policy_document" "main" {
|
|||
actions = [
|
||||
"s3:GetObject",
|
||||
"s3:PutObject",
|
||||
"s3:DeleteObject",
|
||||
]
|
||||
resources = ["${module.remote-state-s3-backend.state_bucket.arn}/${each.key}/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue