-
### Is your feature request related to a problem? Please describe.
Currently to add a new provider to an existing `config.hcl` you need to manually add the provider config block
### Describe the s…
-
### Describe the resource.
Add support for AWS Kinesis stream:
https://aws.amazon.com/kinesis/
listStream and describStream calls
Add support for Kinesis firehose delivery streams
listDe…
kvish updated
2 years ago
-
### Describe the bug
When some requests of post resolver return NotFound response fetch fails
### Expected Behavior
Fetch should not fail. columns that got not found response should be `null`
### …
-
Not sure what happens now if you do `resources = ["*"]` if it's already supported then I suggest using this when running `cloudquery init provider_name`
-
### Describe the bug
Not sure if this belongs here or in https://github.com/cloudquery/cloudquery.
When doing `go run main.go serve > output.txt` in a plugin's repo (after cloning it), the file wi…
-
### Describe the bug
This is an Enhancement request. Not a bug.
Currently the output of _policy run_ do not have information that allow us to map back to the hierarchy of projects. E.g. we would…
TinLe updated
2 years ago
-
### Is your feature request related to a problem? Please describe.
Fetching all resources in a provider can take a long time and sometimes users would like to execute a query and automatically …
-
### Describe the bug
integration tests are flaky. About 50% of commits fail integration tests and only succeed after rerun.
- [x] https://github.com/cloudquery/cloudquery-issues/issues/329
### Exp…
-
Opening a top level issues to log ideas I have when I use the `clouduqery` CLI.
- [x] When running `cloudquery fetch` before running `cloudquery init` we get an error `Failed to read file; The file…
-
When someone runs `cloudquery init aws` we generate the following configuration:
```hcl
cloudquery {
provider "aws" {
version = "latest"
}
....
```
This means that if we break prov…