This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
3a5d19f
commit 6e07f5b
Showing
76 changed files
with
1,537 additions
and
537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.