Skip to content

Commit

Permalink
Remove import statement after already imported resource (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
aribasadme authored Aug 8, 2024
2 parents 435da89 + e40f6a7 commit 453e2b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/s3.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import {
to = aws_s3_bucket.bucket
id = var.bucket_name
}

resource "aws_s3_bucket" "bucket" {
bucket = var.bucket_name

Expand Down

0 comments on commit 453e2b3

Please sign in to comment.