Skip to content

Commit

Permalink
chore: test deploy
Browse files Browse the repository at this point in the history
test new role permisssions in ci
  • Loading branch information
jlangy committed Dec 24, 2024
1 parent ad44032 commit 3edb11f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform-ecs/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ resource "aws_s3_bucket" "sso_loki_test" {
lifecycle_rule {
enabled= true
expiration {
days = 7
days = 6
}
}

tags = {
"iteration" = 2
"iteration" = 3
"repository" = "ghj"
}
}

0 comments on commit 3edb11f

Please sign in to comment.