-
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)
## Open
These updates have all been created already. Click…
-
### Describe the Bug
`cloudquery init aws@0.12.0` results in:
![image](https://user-images.githubusercontent.com/26760571/173620264-a400d656-8d86-4dd7-8385-15859ebc0ca1.png)
`0.12.0` is the lat…
-
### Describe the bug
running 'cloudquery fetch' on a relatively small account (playground) warns on 'retry quota exceeded' for *many* resources.
The resources I saw had trouble:
```
Resource:…
-
### Describe the bug
When I fetch, it will report
```
unknown region: "cn-north-1"
```
### Expected Behavior
fetch success
### Steps to Reproduce
config.hcl
```
provider "aws" {
configura…
-
### Describe the bug
The arn of role is like to "arn:\:iam::\:role/".
So in China, it should be "arn:aws-cn:iam::1234567890:role/", it is "arn:aws:iam::1234567890:role/" now.
### Expected Behavior
…
-
### Describe the Bug
Setting `contexts` parameter in `config.hcl` causees panic.
### Expected Behavior
cloudquery should fetch from this context.
### CloudQuery Version
Version: 0.22.7
Commi…
-
### Describe the resource.
Ingest GKE clusters resource to include clusters, specifically the node count at any given time associated with them. Could also poll for further details on node pools
…
-
### Describe the resource.
Users would like to know all users/service-accounts who have been granted any IAM roles on a specified project.
`gcloud projects get-iam-policy ` is the CLI command to…
-
### Describe the bug
aws_sns_topics table is not storing tags from the AWS SNS Topics
### Expected Behavior
Tags for SNS Topics would be stored in the cloudquery database
### Steps to Reproduce
S…
-
### Describe the Bug
This bug relates only to the `dev` branch that will be merged soon. When running `cloudquery fetch` and then hitting `Ctrl+c` the following panic occures:
```
yevgenyp@…