-
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.
Template PULUMI_CONVERT rollout (#655)
To be reviewed with pulumi/pulumi-azuread#484 Part of pulumi/pulumi-terraform-bridge#1280 As a pre-requisite to PULUMI_CONVERT being enabled, it's necessary to pin Pulumi CLI so that examples continue to be deterministic. This PR borrows targets from pulumi-azure-native that perform CLI pinning. ## Updates ### CLI Unlike azure-native, it assumes that the CLI version we want to use to convert examples is the same as pulumi/pkg version we want to use to build this provider. This removes a degree of freedom but buys automatic upgrades - the existing mechanisms that update pulumi/pkg (in upgrade-provider) should also update this Pulumi CLI version. ### Converter This is not enforced here but pulumi/pulumi-azuread#484 adds TF converter pinning to the CI-mgmt plugins section. This PR makes changes to allow opting into converter and not just resource plugins. There is currently no mechanism to upgrade this, but presumably upgrade-provider can build mechanisms to upgrade all plugins referenced in this config file. Any such upgrade is likely to trigger the need to regenerate SDKs.
- Loading branch information
Showing
5 changed files
with
59 additions
and
24 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