Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 30, 2024
1 parent cf239c5 commit 545974e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion s3.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Define the S3 bucket
resource "aws_s3_bucket" "rhel_x86_codepipeline_bucket" {
bucket = "rhel-x86-codepipeline-bucket"
acl = "private"

tags = {
Name = "RHEL x86 CodePipeline Bucket"
Expand Down

0 comments on commit 545974e

Please sign in to comment.