-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix provider name discrepancy in index doc (#2562)
This pull request swaps out use of `g.info.Name` for `g.pkg.Name().String()` when determining the name of the provider for title and download link purposes. `g.info.Name` refers to the upstream Terraform provider name. We need to use the Pulumi package name instead. Fortunately the bridge already knows how to do this, so this pull request swaps out the package name getter and adjusts the parser test provider to have a pkg name. Fixes pulumi/pulumi-f5bigip#598. PR in that provider with these changes: pulumi/pulumi-f5bigip#601
- Loading branch information
1 parent
38be4eb
commit 2096fb4
Showing
2 changed files
with
4 additions
and
3 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