Skip to content

Commit

Permalink
Merge pull request #10 from jrab66/test-ci
Browse files Browse the repository at this point in the history
feat: disable component
  • Loading branch information
jrab66 authored Oct 1, 2024
2 parents 30815cf + 9fd49e4 commit 007880f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/s3/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ resource "aws_s3_bucket_versioning" "bucket4" {
}
}

# removed testing breaking change
# resource "aws_s3_bucket_versioning" "bucket5" {
# removed testing breaking change v2
# resource "aws_s3_bucket_versioning" "bucket5" {
# bucket = "${aws_s3_bucket.this.id}-5"
# versioning_configuration {
# status = var.enable_versioning ? "Enabled" : "Disabled"
Expand Down

0 comments on commit 007880f

Please sign in to comment.