Data Source: oci_optimizer_recommendation_strategy

This data source provides details about a specific Recommendation Strategy resource in Oracle Cloud Infrastructure Optimizer service.

Lists the existing strategies.

Example Usage

data "oci_optimizer_recommendation_strategy" "test_recommendation_strategy" {
	#Required
	compartment_id = var.compartment_id
	compartment_id_in_subtree = var.recommendation_strategy_compartment_id_in_subtree

	#Optional
	name = var.recommendation_strategy_name
	recommendation_name = oci_optimizer_recommendation.test_recommendation.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: