Skip to content

Commit 4bb903f

Browse files
committed
chore: fmt
1 parent a500dd7 commit 4bb903f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_fixture/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ module "iam" {
2828
module "emr" {
2929
source = "../../modules/emr"
3030

31-
s3_bucket = "data_lake_tf_test_s3_bucket"
32-
subnet_id = "subnet-00f137e4f3a6f8356"
33-
tags = "${local.tags}"
31+
s3_bucket = "data_lake_tf_test_s3_bucket"
32+
subnet_id = "subnet-00f137e4f3a6f8356"
33+
tags = "${local.tags}"
3434
cluster_name = "test-cluster"
3535
}

0 commit comments

Comments
 (0)