xlr-8

Results 36 comments of xlr-8

Thanks for reporting, we might have a hint on where it's coming from (pagination/filtering issue), we'll investigate further to validate or not.

The convention was done, to reuse the naming of AWS, each of them have various List/Get methods: https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#S3.ListBuckets https://docs.aws.amazon.com/sdk-for-go/api/service/s3/ (various GetBucketX) Or for objects: https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#S3.ListObjects https://docs.aws.amazon.com/sdk-for-go/api/service/s3/#S3.GetObject (plus many GetObjectX function...

@jacalata thank you for opening that issue! Indeed adding new resources shouldn't be too difficult, feel free to ping us if you have questions! We are currently only supporting resources...

@joh-klein could you test the PR and confirm this works for you?

Alright so we'll need to update it to avoid having [several credential required](https://github.com/cycloidio/terracognita/issues/282#issuecomment-1164220077) between SSO/access/secret key, etc

Removing the inappropriate Bug label, as it isn't one.

Actually I think that tags with special characters (`. :` etc), you need quotes, see the [terraform issue](https://github.com/hashicorp/terraform/issues/5021). Could you test it please?

> Check for potential Icon for the VPC The 2 icons that seems common for VPC are: https://www.iconfinder.com/icons/259280/cloud_copy_non_private_service_specific_virtual_icon https://freesvg.org/1554244037 > Check example with more than one VPC if valid Having...

Regarding the grouping mechanism, there are several more: 1. Region 1. VPC 1. Security group (when there are more than 1 instance for example) 1. Subnets 1. Availability Zone (nice...

Hello @emergrin, Would you mind sharing a bit the content of the tfstate (removing sensitive info, if any). The support from provider to provider can vary quite a bit, and...