Open oabcdca opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Is this the same resource? https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_group
Is this the same resource? https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_group
Yes
Is this the same resource? https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iot_thing_group
I don't think so. Dynamic Thing Groups are a separate API resource.
Dynamic Thing Group: https://docs.aws.amazon.com/iot/latest/apireference/API_CreateDynamicThingGroup.html
Thing Group: https://docs.aws.amazon.com/iot/latest/apireference/API_CreateThingGroup.html
Description
AWS allows us to create dynamic thing groups. In AWS CLI, you can create a dynamic thing group specifying
--query-string
:Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
None