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
flag.StringVar(&cfg.Providers.AWS.RoleARN, "aws.roleARN", "", "Optional AWS role ARN to assume for cross-account access.")
82
-
fs.StringVar(&cfg.Providers.AWS.BedrockFamilyFilter, "aws.bedrock.families", "anthropic|amazon", "Regex matched against the Bedrock model family label. Only matching families are emitted.")
82
+
fs.StringVar(&cfg.Providers.AWS.BedrockFamilyFilter, "aws.bedrock.families", ".*", "Regex matched against the Bedrock model family label. Only matching families are emitted.")
83
83
// TODO - PUT PROJECT-ID UNDER GCP
84
84
flag.StringVar(&cfg.ProjectID, "project-id", "", "Project ID to target.")
85
85
flag.StringVar(&cfg.Providers.Azure.SubscriptionId, "azure.subscription-id", "", "Azure subscription ID to pull data from.")
0 commit comments