You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource"aws_iot_billing_group""billing_group" {
name="Billing group name"properties {
description="This is my billing group"
}
tags={
Name ="Billing Group"
Service ="IoT Core"
}
}
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Currently, there is no way to manage AWS IoT billing groups with the AWS Terraform provider. This functionality is supported by the AWS CLI - https://docs.aws.amazon.com/cli/latest/reference/iot/create-billing-group.html
Requested Resource(s) and/or Data Source(s)
aws_iot_billing_group resource
Potential Terraform Configuration
References
Create: https://docs.aws.amazon.com/cli/latest/reference/iot/create-billing-group.html
Update: https://docs.aws.amazon.com/cli/latest/reference/iot/update-billing-group.html
Delete: https://docs.aws.amazon.com/cli/latest/reference/iot/delete-billing-group.html
Describe: https://docs.aws.amazon.com/cli/latest/reference/iot/describe-billing-group.html
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: