-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add terraform block to config when not already present (#216)
* Prefix configuration with empty terraform block if block is missing from config (#215) * Adding unit tests for AddTerraformBlock() (#215) * Revert "Adding unit tests for AddTerraformBlock() (#215)" This reverts commit bd351c0. * Revert "Prefix configuration with empty terraform block if block is missing from config (#215)" This reverts commit d417058. * Broken implementation (#215) * Removing unneeded addition of provider blocks (#215) * Modifying TestStep.mergedConfig() to add terraform blocks (#215) * Linting (#215) * Only add terraform required provider blocks for TF >= 1.6.* (#215) * Adding change log entry (#215) * Fixing nil pointers (#215) * Remove Terraform version check when adding required providers (#215) * Remove Terraform version check when adding required providers (#215) * Revert "Remove Terraform version check when adding required providers (#215)" This reverts commit b530b61. * Revert "Remove Terraform version check when adding required providers (#215)" This reverts commit 711d592. * Remove addition of required providers that do not specify a source (#215) * Set minimum Terraform version to v1.0.0 for adding required providers to terraform block (#215) * Update changelog (#215)
- Loading branch information
1 parent
880e76a
commit 222d08e
Showing
17 changed files
with
1,460 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: ENHANCEMENTS | ||
body: 'helper/resource: Automatically add `required_providers` configuration to `TestStep.Config` | ||
Terraform language configuration when using Terraform >= 1.0.*' | ||
time: 2023-11-30T09:26:45.606859Z | ||
custom: | ||
Issue: "216" |
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.