awscc_billingconductor_pricing_plan (Resource)

Pricing Plan enables you to customize your billing details consistent with the usage that accrues in each of your billing groups.

Example Usage

Pricing plan with rules

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"
    }
  ]
}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_billingconductor_pricing_plan.example <resource ID>