| name | dedicated name of the build - also used as image name | module |
| module | module name - may result in a hierarchy like name/module | |
| stage | not used in this build | |
| project_root_path | relative path to projects root. Is used to locate the target dir | |
| build_dir_name | name of dir, build is executed in | target |
| build_types | list of special builds used. Value has to be contained["IMAGE"] | [] |
| mixin_types | mixins are orthoganl to builds and represent additional capabilities. Valid Values are ["RELEASE"] | [] |
| tf_provider_types | Build in terraform providers. Possible values are ["DIGITALOCEAN", "HETZNER", "AWS"] | [] |
| tf_additional_vars | hand over vars to your terraform build | {} |
| tf_additional_tfvar_files | use additional var files | [] |
| tf_output_json_name | name of your output as json | NONE |
| tf_use_workspace | use terraform workspaces | True |
| tf_use_package_common_files | use some boilerplate files from dda-devops-build located [here](../src/main/resources/terraform) | True |
| tf_build_commons_path | copy boilerplate files from a {tf_build_commons_path}/{tf_build_commons_dir_name} dir instead of using package-commons files | |
| tf_build_commons_dir_name | | terraform |
| tf_debug_print_terraform_command | Print out all terraform commands for debuging issues | False |
| tf_terraform_semantic_version | specify terraform version | "1.0.8" |