Skip to content

Commit

Permalink
trig
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Sep 1, 2024
1 parent a5a1987 commit 5a76938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-s3-backend/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_s3_bucket" "state" {
# prevent_destroy = true
# }
}
# triggers
# trigger

resource "aws_s3_bucket_versioning" "enabled" {
bucket = aws_s3_bucket.state.id
Expand Down

0 comments on commit 5a76938

Please sign in to comment.