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 51df093 commit 5ff7c59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions terraform-ecs/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ resource "aws_s3_bucket" "sso_loki" {
bucket = var.bucket_name
}

# resource "aws_s3_bucket" "sso_loki_test" {
# bucket = "temp-test-resource"
resource "aws_s3_bucket" "sso_loki_test" {
bucket = "temp-test-resource"

# tags = {
# "iteration" = 6
# "repository" = "ghj"
# }
# }
tags = {
"iteration" = 6
"repository" = "ghj"
}
}

0 comments on commit 5ff7c59

Please sign in to comment.