defenseunicorns / defenseunicorns/uds-cli
Pull providers dynamically at bundle create time
Open
CLI-v1
- Dominant language
- Go
- Stars
- 54
- Forks
- 21
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 45
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.