Provider Detection
ubx automatically detects which providers are needed based on resource types used in your.iac files and adds the appropriate npm packages to the generated package.json.
| Resource prefix | Provider package |
|---|---|
aws_* | @pulumi/aws |
google_* | @pulumi/gcp |
azurerm_* | @pulumi/azure-native |
| Helm/Kustomize | @pulumi/kubernetes |
Provider Version Pinning
Use theprovider block to pin versions:
