Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Aug 30, 2023
1 parent eb33cc8 commit 4060e03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/modules/stack_data/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ data "scaleway_iam_group" "editors" {
}

resource "scaleway_object_bucket_policy" "main" {
# disable resource. TODO: find a way to retrieve the user/app associated to the access key
count = 0

bucket = scaleway_object_bucket.main.name
policy = jsonencode(
{
Expand Down

0 comments on commit 4060e03

Please sign in to comment.