We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a6029 commit fbb5dc6Copy full SHA for fbb5dc6
bin/tflocal
@@ -350,8 +350,7 @@ def generate_s3_backend_config() -> str:
350
if not DRY_RUN:
351
get_or_create_bucket(configs["bucket"])
352
if "dynamodb_table" in configs:
353
- get_or_create_ddb_table(
354
- configs["dynamodb_table"], region=configs["region"])
+ get_or_create_ddb_table(configs["dynamodb_table"], region=configs["region"])
355
result = TF_S3_BACKEND_CONFIG
356
config_options = ""
357
for key, value in sorted(configs.items()):
0 commit comments