extraIncludePackages property

Input<List<String>?>? extraIncludePackages
final

Extra packages to include when producing the Assets for a serialized closure. This can be useful if the packages are acquired in a way that the serialization code does not understand. For example, if there was some sort of module that was pulled in based off of a computed string.

Implementation

final pulumi.Input<List<String>?>? extraIncludePackages;