We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
tags
aws_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
Add the provider attribute specific logic in tag.go
The text was updated successfully, but these errors were encountered:
provider: filter on tags and tag
0b768f4
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
7572c77
ca00d0b
450b969
56d31c0
talset
No branches or pull requests
Abstract
Some resources does not support the default
tags
attribute and use other formats.Example
aws_autoscaling_group
supporttag
(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)
The text was updated successfully, but these errors were encountered: