Terraform-provider-aws: Add IoT Thing Group

Created on 29 May 2019  路  1Comment  路  Source: hashicorp/terraform-provider-aws

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Groups are helpful administrating policies across large numbers of iot things.

New or Affected Resource(s)

New resource based on:
https://docs.aws.amazon.com/cli/latest/reference/iot/create-thing-group.html

new-resource serviciot

Most helpful comment

This would be very helpful - as long as you also make sure that policies can be attached to thing groups that get inherited down the line. That greatly simplifies control of permissions for large numbers of things. You already have an aws_iot_thing_principal_attachment resource, so either modify that to work with thing groups, or create something similar just for thing groups. (based on https://docs.aws.amazon.com/cli/latest/reference/iot/attach-policy.html) Thanks!

>All comments

This would be very helpful - as long as you also make sure that policies can be attached to thing groups that get inherited down the line. That greatly simplifies control of permissions for large numbers of things. You already have an aws_iot_thing_principal_attachment resource, so either modify that to work with thing groups, or create something similar just for thing groups. (based on https://docs.aws.amazon.com/cli/latest/reference/iot/attach-policy.html) Thanks!

Was this page helpful?
0 / 5 - 0 ratings