Data Source: oci_limits_limit_values

This data source provides the list of Limit Values in Oracle Cloud Infrastructure Limits service.

Includes a full list of resource limits belonging to a given service.

Example Usage

data "oci_limits_limit_values" "test_limit_values" {
	#Required
	compartment_id = var.tenancy_ocid
	service_name = oci_limits_service.test_service.name

	#Optional
	availability_domain = var.limit_value_availability_domain
	name = var.limit_value_name
	scope_type = var.limit_value_scope_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

LimitValue Reference

The following attributes are exported: