Skip to content

Commit

Permalink
Removing provider (#251)
Browse files Browse the repository at this point in the history
Letting the instantiator to define it
  • Loading branch information
garland-kan-sage authored Feb 10, 2022
1 parent 86b0700 commit 54bc862
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions terraform-modules/aws/s3_bucket/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
provider "aws" {
region = var.aws_region
}

resource "aws_s3_bucket" "bucket" {
bucket = var.bucket
acl = var.acl
Expand All @@ -27,4 +23,4 @@ resource "aws_s3_bucket_public_access_block" "acl" {
ignore_public_acls = var.ignore_public_acls
restrict_public_buckets = var.restrict_public_buckets

}
}

0 comments on commit 54bc862

Please sign in to comment.