mirror of https://github.com/pulumi/pulumi.git
6ab78cb35a
The culmination! With all the additions to package blocks, paramaterization, loaders, etc, we can now finally automatically generate and link SDKs on calls to `pulumi convert` for non pulumified sdks! This change does a few things: * Generate sdks for parameterized terraform providers on convert and link them to the converted project. * Move package loader to use V2 and package descriptor so the schema loading works correctly by parameterizing the provider. * Explicilty check if SupportPack is set in order to determine if the packages are flat are not (support pack doesn't support them, so it uses the correct generated sdk structure). Fixes pulumi/pulumi#18019 |
||
---|---|---|
.. | ||
main.tf |