Data Source: oci_budget_cost_anomaly_events

This data source provides the list of Cost Anomaly Events in Oracle Cloud Infrastructure Budget service.

Gets a list of Cost Anomaly Event in a compartment.

Example Usage

data "oci_budget_cost_anomaly_events" "test_cost_anomaly_events" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	cost_anomaly_monitor_id = oci_budget_cost_anomaly_monitor.test_cost_anomaly_monitor.id
	cost_impact = var.cost_anomaly_event_cost_impact
	cost_impact_percentage = var.cost_anomaly_event_cost_impact_percentage
	name = var.cost_anomaly_event_name
	region = var.cost_anomaly_event_region
	target_tenant_id = oci_budget_target_tenant.test_target_tenant.id
	time_anomaly_event_end_date = var.cost_anomaly_event_time_anomaly_event_end_date
	time_anomaly_event_start_date = var.cost_anomaly_event_time_anomaly_event_start_date
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

CostAnomalyEvent Reference

The following attributes are exported: