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 8a11151 commit 3e5c4d1Copy full SHA for 3e5c4d1
bin/tflocal
@@ -463,12 +463,6 @@ def generate_remote_state_config() -> str:
463
464
# Generate config string
465
config_options = ""
466
- # for key, value in sorted(configs.items()):
467
- # if isinstance(value, bool):
468
- # value = str(value).lower()
469
- # elif isinstance(value, (str, int, float)):
470
- # value = f'"{value}"'
471
- # config_options += f"\n {key} = {value}"
472
for key, value in sorted(configs.items()):
473
if isinstance(value, bool):
474
value = str(value).lower()
0 commit comments