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 bfe8da0 commit b0888b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform-ecs/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ resource "aws_s3_bucket" "sso_loki" {
resource "aws_s3_bucket" "sso_loki_test" {
bucket = "temp-test-resource"

expiration = {
days = 7
}

tags = {
"iteration" = 2
"repository" = "ghj"
Expand Down

0 comments on commit b0888b0

Please sign in to comment.