-
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.
Remove defaultable provider-ci arguments (#1144)
I noticed while testing #1143 that [the generated PR](https://github.com/pulumi/pulumi-tf-provider-boilerplate/pull/138/files) ignored the repo's configured template and changed it. - Use values from the config instead of hard coding them - `--name` defaults to `{config.repository}` or `{config.organization}/pulumi-{config.provider}` - `--template` defaults to `{config.template}` or otherwise "bridged-provider" - `--config` defaults to `.ci-mgmt.yaml` so only specify in the update-workflows job where it's checked out into a different directory - `--out` defaults to `.` so only specify in the update-workflows job where it's checked out into a different directory
- Loading branch information
1 parent
cf23176
commit 99470b7
Showing
6 changed files
with
5 additions
and
27 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
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