Skip to content

Commit fbb5dc6

Browse files
author
Jessie Moss
committed
Removing default locking config
1 parent 15a6029 commit fbb5dc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/tflocal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,7 @@ def generate_s3_backend_config() -> str:
350350
if not DRY_RUN:
351351
get_or_create_bucket(configs["bucket"])
352352
if "dynamodb_table" in configs:
353-
get_or_create_ddb_table(
354-
configs["dynamodb_table"], region=configs["region"])
353+
get_or_create_ddb_table(configs["dynamodb_table"], region=configs["region"])
355354
result = TF_S3_BACKEND_CONFIG
356355
config_options = ""
357356
for key, value in sorted(configs.items()):

0 commit comments

Comments
 (0)