If a .tf file lists multiple providers, we should pull them all. Right now the logic for adding a provider as a layer to the bundle OCI tarball is hardcoded to only pull the uds_package_provider.
We will also have to modify how we extract the providers during uds deploy time to ensure we extract all the included providers to disk.
If a
.tffile lists multiple providers, we should pull them all. Right now the logic for adding a provider as a layer to the bundle OCI tarball is hardcoded to only pull theuds_package_provider.We will also have to modify how we extract the providers during
uds deploytime to ensure we extract all the included providers to disk.