Describe the Bug
Retry config not documented
Expected Behavior
All fields in the spec should be documented
https://www.cloudquery.io/docs/plugins/sources/aws/configuration#aws-spec
|
type Spec struct { |
|
Regions []string `json:"regions,omitempty"` |
|
Accounts []Account `json:"accounts"` |
|
Organization *AwsOrg `json:"org"` |
|
AWSDebug bool `json:"aws_debug,omitempty"` |
|
MaxRetries *int `json:"max_retries,omitempty"` |
|
MaxBackoff *int `json:"max_backoff,omitempty"` |
|
} |
Describe the Bug
Retry config not documented
Expected Behavior
All fields in the spec should be documented
https://www.cloudquery.io/docs/plugins/sources/aws/configuration#aws-spec
cloudquery/plugins/source/aws/client/spec.go
Lines 25 to 32 in 4e09c6a