Skip to content

Commit

Permalink
Update ebs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored May 9, 2022
1 parent c152eab commit 4a5bb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/ebs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "aws_instance" "test" {
}

resource "aws_s3_bucket" "mys3bucket" {
bucket = "testing-s3-with-terraform-nareshwar"
bucket = "testing-s3-with-terraform-naresh"
force_destroy = true
acl = "private"
versioning {
Expand Down

0 comments on commit 4a5bb3c

Please sign in to comment.