You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terraform_provider - Allow project_path in terraform_provider inventory plugin to accept a list of paths (#55).
Minor Changes
Removed integration tests workaround in terrform_provider. (#84)
Set default of state_file in terraform_provider inventory plugin to a blank string (#55).
terraform - add support for workspace when running terraform output (#85).
terraform_output - add support for workspace when running terraform output (#85).
tf_output - add support for workspace when running terraform output (#85).
terraform - cleanup temporary file create during module execution. (#2)
Bugfixes
module_utils - Accept Terraform executables present on PATH passed in as binary_path without specifying their absolute path. (#49)
module_utils - Allow nested_type attribute in terraform schema. (#93)
module_utils - Fix AWS SQS queue creation. The values attribute in terraform output is optional. SQS is one of (rare) cases where values is absent. (#86)
terraform - fix spaces between characters in command field in result (#76).
move test requirements out of the requirements.txt file (#67).
terraform - fix issue with plan_file option specified with check_mode=true and state set to one of present and absent, the module is enable now to generate a Terraform file to the specified location (#87).