Commit Graph

2 Commits

Author SHA1 Message Date
Zaid Ajaj 98803e4d15 Examples of iterating lists and maps of objects in components 2023-03-24 10:40:18 +01:00
Abhinav Gupta 407e6953e3
codegen/{go,js,.net,py}: Generate retainOnDelete
Uses the newly added `options.retainOnDelete` in PCL
to generate the RetainOnDelete resource option
for Go, NodeJS, .NET, and Python.

Java support cannot be added without a release of pulumi/pulumi
because the new field in pcl.ResourceOptions is not yet visible
to Java.

Resolves 
2023-03-06 13:57:23 -08:00