» Data Source: aws_cur_report_definition

Use this data source to get information on an AWS Cost and Usage Report Definition.

» Example Usage

data "aws_cur_report_definition" "report_definition" {
    report_name = "example"
}

» Argument Reference

The following arguments are supported:

  • report_name - (Required) The name of the report definition to match.

» Attributes Reference