Data Source: oci_limits_resource_availability

This data source provides details about a specific Resource Availability resource in Oracle Cloud Infrastructure Limits service.

For a given compartmentId, resource limit name, and scope, returns the following:

Example Usage

data "oci_limits_resource_availability" "test_resource_availability" {
    #Required
    compartment_id = var.tenancy_ocid
    limit_name = var.resource_availability_limit_name
    service_name = oci_limits_service.test_service.name

    #Optional
    availability_domain = var.resource_availability_availability_domain
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: