Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of other or deprecated tag format #223

Open
talset opened this issue Aug 24, 2021 · 0 comments
Open

Support of other or deprecated tag format #223

talset opened this issue Aug 24, 2021 · 0 comments
Assignees
Labels
Feature roadmap feature

Comments

@talset
Copy link
Member

talset commented Aug 24, 2021

Abstract

Some resources does not support the default tags attribute and use other formats.
Example aws_autoscaling_group support tag (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#tag)

Most of the time, the different attributes will be deprecated in the future https://github.com/hashicorp/terraform-provider-aws/blob/main/aws/resource_aws_autoscaling_group.go#L889

Until it is, we need to support it in terracognita

Proposal

Add the provider attribute specific logic in tag.go

Implementation

Open issues (if applicable)

@talset talset added the Feature roadmap feature label Aug 24, 2021
talset added a commit that referenced this issue Aug 24, 2021
Some resources doesn't have tags attribute but tag.
Tag can't be verified with the same logic.

Implement the Tag attribut check logic

linked to #223
talset added a commit that referenced this issue Aug 24, 2021
Some resources doesn't have tags attribute but tag.
Tag can't be verified with the same logic.

Implement the Tag attribut check logic

linked to #223
talset added a commit that referenced this issue Aug 24, 2021
Some resources doesn't have tags attribute but tag.
Tag can't be verified with the same logic.

Implement the Tag attribut check logic

linked to #223
talset added a commit that referenced this issue Aug 25, 2021
Some resources doesn't have tags attribute but tag.
Tag can't be verified with the same logic.

Implement the Tag attribut check logic

linked to #223
talset added a commit that referenced this issue Aug 27, 2021
Some resources doesn't have tags attribute but tag.
Tag can't be verified with the same logic.

Implement the Tag attribut check logic

linked to #223
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature roadmap feature
Projects
None yet
Development

No branches or pull requests

1 participant