-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add paramaterization to package block generation #240
Merged
Merged
Conversation
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
5e96a7c
to
ccea32b
Compare
004c655
to
37dfd6b
Compare
a46c993
to
28d1287
Compare
The failing test is a lie, that file isn't even changed in this PR...also the file itself matches what it says it doesn't. My guess is this is another github cache problem. |
8546c4c
to
dfcca81
Compare
948be02
to
eb2fdb9
Compare
dfcca81
to
74116d9
Compare
eb2fdb9
to
6cae4a6
Compare
74116d9
to
b53f7d7
Compare
308dccb
to
eaf3a29
Compare
b53f7d7
to
e3dceba
Compare
eaf3a29
to
f593241
Compare
e3dceba
to
2cbbd0c
Compare
Frassle
reviewed
Dec 4, 2024
2cbbd0c
to
381c7c9
Compare
f593241
to
0ad465b
Compare
Zaid-Ajaj
reviewed
Dec 4, 2024
381c7c9
to
f864184
Compare
0ad465b
to
df842da
Compare
a76ed2a
to
3ccd14a
Compare
2215b39
to
df842da
Compare
3ccd14a
to
a76ed2a
Compare
df842da
to
9d08f32
Compare
a76ed2a
to
0c1a73d
Compare
0c1a73d
to
b9b6a20
Compare
This adds parameterization for terraform providers which require dynamic bridging (and do not have pulumiverse or official pulumi supported packages already).
b9b6a20
to
bac6ed9
Compare
Frassle
approved these changes
Dec 9, 2024
This was referenced Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add parameterization to pulumi package blocks.
This adds parameterization for terraform providers which require dynamic
bridging (and do not have pulumiverse or official pulumi supported packages already).
Fixes: #234