Skip to content
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

Simplify types more precisely. #5440

Merged
merged 1 commit into from
Sep 22, 2020
Merged

Simplify types more precisely. #5440

merged 1 commit into from
Sep 22, 2020

Conversation

pgavlin
Copy link
Member

@pgavlin pgavlin commented Sep 21, 2020

Instead of simplifying any module that ends with /<name>, only simplify
types where <name> matches the type name portion after camel-casing.
This continues to simplify tfbridge types like aws:s3/bucket:Bucket,
but would not simplify a type like aws:s3:Bucket.

@pgavlin pgavlin added impact/no-changelog-required This issue doesn't require a CHANGELOG update and removed impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Sep 21, 2020
Instead of simplifying any module that ends with `/<name>`, only simplify
types where `<name>` matches the type name portion after camel-casing.
This continues to simplify tfbridge types like `aws:s3/bucket:Bucket`,
but would not simplify a type like `aws:s3:Bucket`.
@pgavlin pgavlin merged commit 3278b6b into master Sep 22, 2020
@pulumi-bot pulumi-bot deleted the pgavlin/simplifyTypes branch September 22, 2020 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants