Skip to content

Commit

Permalink
Remove provider from main module definition
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Sep 27, 2023
1 parent f81a2a2 commit 8a8d15a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "aws" {
region = var.region
}

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

Expand Down

0 comments on commit 8a8d15a

Please sign in to comment.