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

examples/modify-default-eks-sg started to fail with type compilation error #404

Closed
metral opened this issue Jun 25, 2020 · 0 comments · Fixed by #402
Closed

examples/modify-default-eks-sg started to fail with type compilation error #404

metral opened this issue Jun 25, 2020 · 0 comments · Fixed by #402
Assignees
Milestone

Comments

@metral
Copy link
Contributor

metral commented Jun 25, 2020

Problem description

Last night's cron run uncovered a new compilation error for examples/modify-default-eks-sg.

This seems tied to the recent bump in the TF provider that pulumi-aws was upgraded to which switched the tags field from {[key:string]: any} -> {[key:string]: string}

Relatedly #401 surfaced this week also with a new compilation error that was not seen before, possibly also due to to dependency bumps.

Errors & Logs

TSError: ⨯ Unable to compile TypeScript:
[ examples/modify-default-eks-sg ]     index.ts(19,9): error TS2322: Type 'Output<{ [x: string]: string; }>' is not assignable to type '{ [key: string]: string; } | undefined'.
@metral metral self-assigned this Jun 25, 2020
@metral metral added this to the current milestone Jun 25, 2020
@leezen leezen modified the milestones: current, 0.39 Jul 14, 2020
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 a pull request may close this issue.

2 participants