--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_billingconductor_billing_group Resource - terraform-provider-awscc" subcategory: "" description: |- A billing group is a set of linked account which belong to the same end customer. It can be seen as a virtual consolidated billing family. --- # awscc_billingconductor_billing_group (Resource) A billing group is a set of linked account which belong to the same end customer. It can be seen as a virtual consolidated billing family. ## Schema ### Required - `account_grouping` (Attributes) (see [below for nested schema](#nestedatt--account_grouping)) - `computation_preference` (Attributes) (see [below for nested schema](#nestedatt--computation_preference)) - `name` (String) - `primary_account_id` (String) This account will act as a virtual payer account of the billing group ### Optional - `description` (String) - `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) Billing Group ARN - `creation_time` (Number) Creation timestamp in UNIX epoch time format - `id` (String) Uniquely identifies the resource. - `last_modified_time` (Number) Latest modified timestamp in UNIX epoch time format - `size` (Number) Number of accounts in the billing group - `status` (String) - `status_reason` (String) ### Nested Schema for `account_grouping` Required: - `linked_account_ids` (Set of String) ### Nested Schema for `computation_preference` Required: - `pricing_plan_arn` (String) ARN of the attached pricing plan ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_billingconductor_billing_group.example ```