-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow tfgen to use pulumi convert for examples conversion #1401
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
035e34c
Refactor: introduce extension points in rendering
t0yv0 1549799
Build a CLI-based examples renderer
t0yv0 9232456
Sanitize filenames from diagnostics
t0yv0 336c842
Fix shadowing bug to actually pass the options
t0yv0 72ca5af
Pass on GCP
t0yv0 100de09
Lint
t0yv0 481c38b
Document PULUMI_CONVERT option
t0yv0 ce5e7d1
Skip currently failing test
t0yv0 c4c8d24
Fix mapping name computation; GCP still works
t0yv0 61d0754
Fix test
t0yv0 a055d30
DO not use needless env vars
t0yv0 982aa0a
Enable the test; merge PR when it can pass
t0yv0 a4a020c
Enhance the error message
t0yv0 e046f4e
Add GenerateSchema test
t0yv0 fbe0a3f
Skip on Windows
t0yv0 b271387
Ensure the new code is actually tested
t0yv0 18166cf
Fix lint
t0yv0 a7ddbbe
PR feedback
t0yv0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we expect to use this ourselves?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. The idea is to roll this out to Tier 1 providers as soon as we can. In terms of retiring this flag, we'd need to make sure our entire fleet has migrated (including Tier 2-3) and then stakeholders and community have migrated, then we can retire it and make it the default.