Data Source: oci_ddfs_instances
This data source provides the list of Instances in Oracle Cloud Infrastructure Ddfs service.
Gets a list of Instances.
Example Usage
data "oci_ddfs_instances" "test_instances" {
#Optional
compartment_id = var.compartment_id
display_name = var.instance_display_name
id = var.instance_id
state = var.instance_state
}
Argument Reference
The following arguments are supported:
compartment_id- (Optional) The OCID of the compartment in which to list resources.display_name- (Optional) A filter to return only resources that match the given display name exactly.id- (Optional) The OCID of the Instance.state- (Optional) A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
Attributes Reference
The following attributes are exported:
instance_collection- The list of instance_collection.
Instance Reference
The following attributes are exported:
compartment_id- The OCID of the compartment.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}display_name- A user-friendly name. Does not have to be unique, and it’s changeable.fhir_service_endpoint- The HTTPS endpoint for the instance’s Fast Healthcare Interoperability Resources (FHIR) service. Example:https://example.ddfs.oraclecloud.com/api/fhirfreeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}id- The OCID of the Instance.idcs_url- The Oracle Identity Cloud Service (IDCS) URL for the identity domain associated with the instance. Use the IDCS tenant URL from your identity domain configuration. Example:https://idcs-1234567890.identity.oraclecloud.comlifecycle_details- A message that describes the current state of the Instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state.public_ip- The public IP address for the instance’s FHIR service endpoint.state- The current state of the Instance.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.example-key": "example-value"}time_created- The date and time the Instance was created, in the format defined by RFC 3339. Example:2016-08-25T21:10:29.600Ztime_updated- The date and time the Instance was updated, in the format defined by RFC 3339. Example:2016-08-25T21:10:29.600Z