Removing uncessary comment in __init__.
This commit is contained in:
parent
35db7917b0
commit
c6d37cbaeb
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ class Terraform(object):
|
||||||
:param terraform_bin_path: binary path of terraform
|
:param terraform_bin_path: binary path of terraform
|
||||||
:type is_env_vars_included: bool
|
:type is_env_vars_included: bool
|
||||||
:param is_env_vars_included: included env variables when calling terraform cmd
|
:param is_env_vars_included: included env variables when calling terraform cmd
|
||||||
:param workspace: current workspace.
|
|
||||||
"""
|
"""
|
||||||
self.is_env_vars_included = is_env_vars_included
|
self.is_env_vars_included = is_env_vars_included
|
||||||
self.working_dir = working_dir
|
self.working_dir = working_dir
|
||||||
|
|
Loading…
Reference in a new issue