Skip to content

Commit 2ee7ae6

Browse files
committed
Release v0.1.3
1 parent 43bb1da commit 2ee7ae6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_fixture/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module "iam" {
2020

2121
name = "data-lake-tf-test-iam-role"
2222
s3_bucket = "data_lake_tf_test_s3_bucket"
23-
glue_database_name = "data_lake_tf_test"
2423
external_ids = ["test_external_id_1", "test_external_id_2"]
2524
tags = "${local.tags}"
2625
}
@@ -31,5 +30,5 @@ module "emr" {
3130
s3_bucket = "data_lake_tf_test_s3_bucket"
3231
subnet_id = "subnet-00f137e4f3a6f8356"
3332
tags = "${local.tags}"
34-
cluster_name = "test-cluster"
33+
cluster_name = "test-cluster-2"
3534
}

0 commit comments

Comments
 (0)