Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

v5.8.0

Compare
Choose a tag to compare
@aaron-lane aaron-lane released this 19 May 02:33
6e07f5b
Add support for Terraform 0.15 (#452)

* Allow Terraform 0.15.0 - 1.0.0

* Format with rufo

* Redesign for InitFactory

* Normalize init arguments

* Add PostZeroFifteenZero to InitFactory

* Extract Command::Version from VerifyVersion

* Redesign to use InitFactory

* Add attributes-post-0-15-0 suite

* Add pre/post 0.15 validate commands

* Use ValidateFactory in Converge

* Add post 0.15 backend-ssh suite

* Add post 0.15 plug-ins suite

* Add variables-post-0-15-0 suite

* Add workspaces-post-0-15-0 suite

* Add GHA job for Terraform 0.15

* Update TF install for ruby_2_7_tf15

* Rename config attr to complete_config

* Replace path.cwd with path.module

* Fix key file pathname

* Fix Windows workspaces task name

* Output absolute paths

* Refactor Converge#initialize

* Refactor Create#call

* Refactor Destroy#call

* Refactor Converge#call

* Remove obsolete options from Init#initialize

* Prepare for 5.8.0 release