Browse Source

Improve formatting for terraform files

Aashish Goyal 1 year ago
parent
commit
99d777eaad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      provider.tf

+ 1 - 1
provider.tf

@@ -1,5 +1,5 @@
 ## AWS Provider Configuration
 ## AWS Provider Configuration
 
 
 provider "aws" {
 provider "aws" {
-  region  = var.region
+  region = var.region
 }
 }