Skip to content

v2.0.0

Compare
Choose a tag to compare
@abikouo abikouo released this 21 Nov 16:07
· 24 commits to main since this release
a1b2b5d

Breaking Changes / Porting Guide

  • Remove support for ansible-core < 2.14 (#102).

Major Changes

  • terraform_provider - Added search_child_modules option (#55).
  • 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).