You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-python-terraform/CHANGELOG.md

796 B

Changelog

[0.9.1]

  1. [#10] log handler error on Linux environment
  2. [#11] Fix reading state file for remote state and support backend config for init command

[0.9.0]

  1. [#12] Output function doesn't accept parameter 'module'
  2. [#16] Handle empty space/special characters when passing string to command line options
  3. Tested with terraform 0.10.0

[0.10.0]

  1. [#27] No interaction for apply function
  2. [#18] Return access to the subprocess so output can be handled as desired
  3. [#24] Full support for output(); support for raise_on_error

[0.10.1]

  1. [#48] adding extension for temp file to adopt the change in terraform 0.12.0
  2. [#49] add workspace support

[1.0.1]

  1. adding option to output the latest cmd
  2. added refresh command
  3. intenden to work with tf1.0