Florian Lambert

Results 24 issues of Florian Lambert

For a few days we receive 403 on URL such https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token ``` curl -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0' https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token -I HTTP/2 403 ``` To fix the...

enhancement

Link: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardOutput= Be able to change where the output is connected.

### Abstract TODO `aws_iam_group_membership` resource is not importable yes. We Defined our own ResourceImporter It should be removed when terraform will support it https://github.com/terraform-providers/terraform-provider-aws/pull/13795 Same for: * aws_alb_listener_certificate * aws_lb_cookie_stickiness_policy...

Status: Blocked

### Abstract with aws provider, `tags_all` on a resource is the combination of `tags_all` (from provider level) and `tags` (from the resource) When importing a resource with terracognita, both are...

Provider: AWS
Feature

### Abstract Be able to change the structure of the output files. (example: `--path-pattern "{output}/{provider}/{service}/{resource}"`) ### Proposal * `{output}/{provider}`: all in one file * `{output}/{provider}/{service}` one file per service/categories *...

Feature

### Abstract Allow user to generate `output.tf` file with [terraform output](https://www.terraform.io/docs/language/values/outputs.html#declaring-an-output-value) exposing at least resources IDs. ### Proposal With `--module`, two `outputs.tf` should be created. One inside the module ([example](https://github.com/cycloid-community-catalog/stack-lemp/blob/master/terraform/module-lemp/outputs.tf)),...

Provider: AWS
Provider: GCP
Feature
Provider: AzureRM

### Abstract resources can be filtered by `tags` but it would be nice to extend it to * Resources IDs * Attributes value ### Proposal example from terraformer: `--filter Type=sg;Name=vpc_id;Value=VPC_ID`...

Provider: AWS
Provider: GCP
Feature
Provider: AzureRM

### Abstract Currently we can import everything or specify resources one by one. Example: ``` -i aws_db_instance, aws_db_parameter_group, aws_db_subnet_group ``` Would be nice to let user import a full categories...

Provider: AWS
Provider: GCP
Feature
Provider: AzureRM

**General information:** **Describe the bug:** Some resources do not support tags filter on CloudProvider API call. A [workaround](https://github.com/cycloidio/terracognita/blob/master/provider/resource.go#L273-L276) has been implemented but count is confusing with the real number of...

Type: Enhancement
Provider: AWS
Provider: GCP
Provider: AzureRM

**General information:** On **AWS** when importing aws_instance. If your instance has ebs_block_device with tag **Describe the bug:** The generated terraform code is: ``` resource "aws_instance" "zAvqp" { ebs_block_device { tags...

Type: Bug
Provider: AWS