Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ASHUTOSHKHAREL committed May 13, 2024
1 parent b7c59a8 commit d74ad52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "random_string" "random" {

# Creating an S3 Bucket
resource "aws_s3_bucket" "s3_bucket" {
bucket = "mernfrontend-${random_string.random.result}"
bucket = "mern_fe${random_string.random.result}"
force_destroy = true
}

Expand Down

0 comments on commit d74ad52

Please sign in to comment.