pulumi/tests/integration/convertfromterraform
Brandon Pollack 6ab78cb35a
Automatically bridge eligible dependencies on pulumi convert from terraform (#17992)
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
2024-12-23 13:35:55 +00:00
..
main.tf Automatically bridge eligible dependencies on pulumi convert from terraform (#17992) 2024-12-23 13:35:55 +00:00