Skip to content

Commit 53824c5

Browse files
authored
Update provider.tf
1 parent 943cc46 commit 53824c5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

provider.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
terraform {
2-
required_providers {
3-
aws = {
4-
source = "hashicorp/aws"
5-
version = "~> 5.0"
6-
}
7-
}
8-
}
9-
10-
111
provider "aws" {
122
region = var.region
133
}

0 commit comments

Comments
 (0)