Data Source: oci_identity_availability_domain

This data source provides the details of a single Availability Domain in Oracle Cloud Infrastructure Identity service.

Example Usage

data "oci_identity_availability_domain" "test_compartment" {
	#Required
	compartment_id = var.tenancy_ocid
	
	#Optional (one or the other is required)
	id = var.id
	ad_number = var.ad_number
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: