format
This commit is contained in:
parent
df1a5f09da
commit
7b04453763
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,9 @@ from .python_util import filter_none
|
|||
from .devops_build import DevopsBuild, create_devops_build_config
|
||||
|
||||
|
||||
def create_devops_terraform_build_config(stage, project_root_path, module,
|
||||
def create_devops_terraform_build_config(stage,
|
||||
project_root_path,
|
||||
module,
|
||||
additional_vars,
|
||||
build_dir_name='target',
|
||||
output_json_name='output.json',
|
||||
|
|
Loading…
Reference in a new issue