Francesc Gil

Results 63 issues of Francesc Gil

This logic is ported from the Ruby. It allows each worker to heartbeat Redis so if everything is killed instead of keeping them on the DB it'll try to prun...

This issue is more of a question on which way is the better to approach the following issue. I've started using this lib to implement a web service using Resque...

By adding the provider to the list of Providers to check for credentials Closes #282

Status: Need review

### Abstract While working on https://github.com/cycloidio/terracognita/pull/237 I noticed some resources had things similar to labels without having the same name, this is the case of https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#user_labels which does not have...

Provider: GCP
Feature

### Abstract Right now the Name of a resource is set using this logic: * `tag.Name` * `id` * Alphanumeric value of length 5 This produces sometimes really long names...

Feature

### Abstract When on the Provider logic we fetch all the IDs we should also store a value that represents the name of set resource. ### Proposal As an example...

Feature

**General information:** * Operating System: Linux * Terracognita version / tag: 0.7.4 * Did you build Terracognita from sources or did you use the Docker image: **Describe the bug:** When...

Type: Bug
Provider: AzureRM

### Abstract We have test for the things we can mock or generate like the hcl/state generation or the import itself, but we do not have any test for actual...

Feature

**General information:** * Operating System: * Terracognita version / tag: * Did you build Terracognita from sources or did you use the Docker image: **Describe the bug:** When we initialize...

Type: Bug

### Abstract From a provided `.tfstate`, we should be able to merge the generated state in order to create a new updated state (result of the combination) ### Proposal Using...

Feature