Skip to content

Commit 3fed8b0

Browse files
committed
fix provider
1 parent d981329 commit 3fed8b0

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

terraform/provider.tf

-24
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,3 @@ terraform {
1414
region = "us-east-1"
1515
}
1616
}
17-
18-
provider "aws" {
19-
region = var.aws_region
20-
}
21-
terraform {
22-
required_providers {
23-
aws = {
24-
source = "hashicorp/aws"
25-
version = "~> 5.0"
26-
}
27-
}
28-
29-
required_version = ">= 1.3.0"
30-
31-
backend "s3" {
32-
bucket = "terraform-states"
33-
key = "youtube-comment-analysis/terraform.tfstate"
34-
region = "us-east-1"
35-
}
36-
}
37-
38-
provider "aws" {
39-
region = var.aws_region
40-
}

0 commit comments

Comments
 (0)