Skip to content

Commit 2699411

Browse files
committed
Remove unnecessary newline at the end of the AWS provider configuration
1 parent a312f02 commit 2699411

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Terraform/1-provider.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configure the AWS Provider
22
provider "aws" {
33
region = "us-east-1"
4-
}
5-
4+
}

0 commit comments

Comments
 (0)