Fix CI: Add fields for stage and module
As required by linter.
This commit is contained in:
parent
1eac5d36ef
commit
628ff35303
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ class DevopsTerraformBuild(DevopsBuild):
|
|||
self.debug_print_terraform_command = config['debug_print_terraform_command']
|
||||
self.additional_tfvar_files = config['additional_tfvar_files']
|
||||
self.terraform_semantic_version = config['terraform_semantic_version']
|
||||
self.stage = config["stage"]
|
||||
self.module = config["module"]
|
||||
|
||||
def terraform_build_commons_path(self):
|
||||
mylist = [self.build_commons_path,
|
||||
|
|
Loading…
Reference in a new issue