Browse Source

Improve formatting for terraform files

Aashish Goyal 1 năm trước cách đây
mục cha
commit
99d777eaad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      provider.tf

+ 1 - 1
provider.tf

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