Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 23, 2024
1 parent 16c7a75 commit 5d95db7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ resource "aws_s3_bucket" "rhel_x86_codepipeline_bucket" {
bucket = "rhel-x86-codepipeline-bucket-${random_string.suffix.result}"
}

resource "aws_s3_bucket_acl" "rhel_x86_codepipeline_bucket_acl" {
bucket = aws_s3_bucket.rhel_x86_codepipeline_bucket.bucket
acl = "private"
}

resource "random_string" "suffix" {
length = 8
special = false
Expand Down

0 comments on commit 5d95db7

Please sign in to comment.