-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Require v0.6.0 of the
terraform-provider
instead of v0.5.4 because …
…the latter is no longer available (#259) In pulumi/pulumi, the test `TestConvertTerraformProviderGo` is failing. It is an integration test that tries to convert a terraform program that uses a dynamically bridged provider (for `supabase`). The reason is that this terraform converter specifies `terraform-provider` v0.5.4 which by looking at the [releases](https://github.com/pulumi/pulumi-terraform-provider/releases), no longer exists. Instead in this PR using latest v0.6.0 This PR also applied formatting for the `tf.go` file
Showing
3 changed files
with
24 additions
and
23 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
### Improvements | ||
|
||
### Bug Fixes | ||
|
||
- Require v0.6.0 of the `terraform-provider` instead of v0.5.4 because the latter is no longer available. |
2 changes: 1 addition & 1 deletion
2
pkg/convert/testdata/programs/required_providers_tf/pcl/main.pp
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