You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: align subscription_ids variable across azuredevops, github, and local (#134)
* fix: align subscription_ids variable across azuredevops, github, and local
- Simplify GUID regex in azuredevops to match github/local pattern
- Remove identity from required subscription keys (only management and connectivity required)
- Fix extra space in local description
* feat: add required_subscription_keys variable and filter empty subscription IDs
- Add required_subscription_keys variable to control which subscriptions need valid GUIDs
- Update subscription_ids validation to allow null/empty for non-required keys
- Filter out null/empty values from target_subscriptions in all locals.tf files
* refactor: remove unused azurerm_client_config data source
0 commit comments