File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ type Config struct {
1010 ProjectID string
1111 Providers struct {
1212 AWS struct {
13- Profile string
14- Region string
15- Services StringSliceFlag
16- RoleARN string
17- ExcludeRegions StringSliceFlag
18- BedrockFamilyFilter string
13+ Profile string
14+ Region string
15+ Services StringSliceFlag
16+ RoleARN string
17+ ExcludeRegions StringSliceFlag
18+ BedrockFamilyFilter string
1919 }
2020 GCP struct {
2121 DefaultGCSDiscount int
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ import (
3737)
3838
3939type Config struct {
40- Services []string
41- Region string
42- Profile string
43- RoleARN string
44- ExcludeRegions []string // AWS region names to skip (e.g. me-central-1)
45- ScrapeInterval time.Duration
46- CollectorTimeout time.Duration
47- Logger * slog.Logger
48- AccountID string
49- BedrockFamilyFilter string // regex matched against family label; default "anthropic|amazon"
40+ Services []string
41+ Region string
42+ Profile string
43+ RoleARN string
44+ ExcludeRegions []string // AWS region names to skip (e.g. me-central-1)
45+ ScrapeInterval time.Duration
46+ CollectorTimeout time.Duration
47+ Logger * slog.Logger
48+ AccountID string
49+ BedrockFamilyFilter string // regex matched against family label; default "anthropic|amazon"
5050}
5151
5252type AWS struct {
You can’t perform that action at this time.
0 commit comments