rex

Results 12 comments of rex

Same issue on me. aws_iam_user, aws_iam_group, aws_vpc_security_group etc.. tables are return NULL or very less information to me. I think it's problem that occured because it updated to aws sdk...

@LalitTurbot Thank you. Additionaly, I'm using docker on linux server(amd). And version 0.71.0 operated well like below. ![image](https://user-images.githubusercontent.com/81349047/190337167-8dc68b1e-a40f-4206-85f9-51119df3b345.png)

This version is well operated. ``` steampipe@0407b8210445:/workspace/steampipe-mod-aws-thrifty$ steampipe --version steampipe version 0.16.1 steampipe@0407b8210445:/workspace/steampipe-mod-aws-thrifty$ steampipe plugin list +--------------------------------------------------+---------+-----------------------------------------------------------------------------------------------+ | Name | Version | Connections | +--------------------------------------------------+---------+-----------------------------------------------------------------------------------------------+ | hub.steampipe.io/plugins/turbot/[email protected] | 0.71.0 |...

@LalitTurbot 1. `select * from aws_account` -> Yes. It works well. 2. plugin logs are not same ![image](https://user-images.githubusercontent.com/81349047/190361650-ffa297dc-2229-4d50-aff7-92243527f3dc.png) **Left side return result but Right side return nothing** Both are same...

@e-gineer OS | Steampipe | AWS plugin | Works? -- | -- | -- | -- MacOS | v0.16.x | v0.71.x | WORKS MacOS | v0.16.x | v0.76.x | WORKS...

[0.72.0] `aws_vpc_security_group` query works well.(ARM and AMD) But, I can't test `aws_iam_user` or `aws_iam_group` query bacause server(AMD) couldn't connect internet now. Anyhow, additional tests can test next week 🥲 But,...

v0.72.0(abnormal) vs v0.71.0(normal) Table|State -- | -- `aws_ec2_key_pair`|works well `aws_iam_group`|not working `aws_iam_user`|not working `aws_s3_bucket`|abnormally working (different to real, it's including many duplicated) `aws_vpc`|works well `aws_sns_topic`|abnormally working (different to real, it's...

Not working on Local Linux machine.. v0.78.0 I don't know why this. Anyhow, We should use on ARM machine after v0.72.0. ![image](https://user-images.githubusercontent.com/81349047/192924057-4dacbafb-3f2c-4919-b3c6-75ba3df6d74e.png)

@justinretzolk Our company already use this resource now. So, we imported existing resources, update resource but not working 🥲. If there are specific issues or problems, you can close this...

I'm going through it, too. But, my apply worked when with -d option.. I don't know why..