Pricing Plan enables you to customize your billing details consistent with the usage that accrues in each of your billing groups.
This example create a billing plan and assigned the billing rules
resource "awscc_billingconductor_pricing_plan" "example" {
name = "HR-Rates"
pricing_rule_arns = [awscc_billingconductor_pricing_rule.example.arn]
tags = [
{
key = "Modified By"
value = "AWSCC"
}
]
}
name
(String)description
(String)pricing_rule_arns
(List of String)tags
(Attributes Set) (see below for nested schema)arn
(String) Pricing Plan ARNcreation_time
(Number) Creation timestamp in UNIX epoch time formatid
(String) Uniquely identifies the resource.last_modified_time
(Number) Latest modified timestamp in UNIX epoch time formatsize
(Number) Number of associated pricing rulestags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_billingconductor_pricing_plan.example <resource ID>