-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: create nested types for map of array of objects
We were previously not nesting maps of arrays, and treating them as generic types instead. This is an issue in Golang codegen, generating generic Pulumi input/output types that don't exists. This commit ensures we also flatten map of arrays so Golang codegen works. Fixes: #147
- Loading branch information
Showing
2 changed files
with
57 additions
and
21 deletions.
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
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