Resource: aws_ce_cost_allocation_tag

Provides a CE Cost Allocation Tag.

Example Usage

resource "aws_ce_cost_allocation_tag" "example" {
  tag_key = "example"
  status  = "Active"
}

Argument Reference

The following arguments are required:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import aws_ce_cost_allocation_tag using the id. For example:

import {
  to = aws_ce_cost_allocation_tag.example
  id = "key"
}

Using terraform import, import aws_ce_cost_allocation_tag using the id. For example:

% terraform import aws_ce_cost_allocation_tag.example key