-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
terraform_cli: support
path
and env
and in terraform_cli
blocks
At some point during the serial to multiplex rewrite of Enos, we stopped respecting the special `path` and `env` attributes in `terraform_cli` blocks. I discovered this when attempting to test an older version of Terraform with `enos` by setting the `path` and it was still resolving the latest version which it found via the `PATH`. This resolves that by configuring the Terraform executor in the workspace with any special `terraform_cli` variables that have been set in the flight plan. * Configure the Terraform executor with the scenario "terraform_cli" attributes if necessary * Regenerate protobuf with latest generator * Update Go modules * Bump version Signed-off-by: Ryan Cragun <[email protected]>
- Loading branch information
1 parent
62f3a69
commit f0c86a8
Showing
8 changed files
with
222 additions
and
168 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
Oops, something went wrong.