hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

[New Resource]: IOT add-thing-to-billing-group #35316

Open chrismaes87 opened 9 months ago

chrismaes87 commented 9 months ago

Description

The aws_iot_billing_group resource has been added recently: https://github.com/hashicorp/terraform-provider-aws/issues/31030

There is no resource however to add a thing to a billing group, while this is possible with the aws cli: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iot/add-thing-to-billing-group.html

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource "aws_iot_thing_billing_group_membership" "example" {
  thing_name       = "example-thing"
  billing_group_name = "example-billing-group"
}

References

https://github.com/hashicorp/terraform-provider-aws/issues/31030

Would you like to implement a fix?

No

github-actions[bot] commented 9 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue