Skip to content

Commit

Permalink
Merge pull request #685 from env0/asafsb-s3-change
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
asafsb authored Dec 6, 2024
2 parents 536d50d + de180a3 commit cb20028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provider "aws" {
}

resource "random_string" "random" {
length = 5
length = 6
special = false
lower = true
upper = false
Expand Down

0 comments on commit cb20028

Please sign in to comment.