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

[Go Program Gen] Improved handling for pulumi.Map types #4914

Merged
merged 3 commits into from
Jun 29, 2020

Conversation

EvanBoyle
Copy link
Contributor

Fixes #4903

Also went ahead and refreshed the local aws schema. When doing this, I noticed that the version field is no longer populated, and as a result my code was panicking on dereference of p.Version.Major. I manually added the version field into the AWS schema, but wanted to double check that this field is populated at runtime @pgavlin

@github-actions
Copy link

Diff for pulumi-random with merge commit 595ec8a

@github-actions
Copy link

Diff for pulumi-azuread with merge commit 595ec8a

@github-actions
Copy link

Diff for pulumi-kubernetes with merge commit 595ec8a

@github-actions
Copy link

Diff for pulumi-random with merge commit e4bd13a

@github-actions
Copy link

Diff for pulumi-gcp with merge commit 595ec8a

@github-actions
Copy link

Diff for pulumi-kubernetes with merge commit e4bd13a

@github-actions
Copy link

Diff for pulumi-azuread with merge commit e4bd13a

@github-actions
Copy link

Diff for pulumi-azure with merge commit 595ec8a

@github-actions
Copy link

Diff for pulumi-gcp with merge commit e4bd13a

@github-actions
Copy link

Diff for pulumi-aws with merge commit 595ec8a

@github-actions
Copy link

Diff for pulumi-azure with merge commit e4bd13a

@EvanBoyle
Copy link
Contributor Author

Tags look good in the generated diff across providers. Here's another AWS specific bug that was called out in the issue now generating the proper pulumi.BoolMap type:

https://github.com/pulumi-bot/pulumi-aws/blob/950017ade1bf2e7ff58b7244c0f5a806cb86b96b/sdk/go/aws/apigateway/method.go#L97

@github-actions
Copy link

Diff for pulumi-aws with merge commit e4bd13a

@EvanBoyle EvanBoyle merged commit 91828b4 into master Jun 29, 2020
@pulumi-bot pulumi-bot deleted the evan/GoGenMapImprovements branch June 29, 2020 22:29
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.

[Go Program Gen] Incorrect types for various pulumi.Map types
2 participants