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 7e9e119 commit 85c3e3fCopy full SHA for 85c3e3f
helpers/generate_modules/generate_modules.py
@@ -86,7 +86,7 @@ def main(argv):
86
for template_file in templates:
87
template = env.get_template(template_file)
88
if template_file.endswith(".tf.tmpl"):
89
- template_file=template_file.replace(".tf.tmpl",".tf")
+ template_file = template_file.replace(".tf.tmpl", ".tf")
90
rendered = template.render(
91
module.template_options(BASE_TEMPLATE_OPTIONS)
92
)
0 commit comments