Data Source: oci_recovery_protected_database_fetch_configuration

This data source provides details about a specific Protected Database Fetch Configuration resource in Oracle Cloud Infrastructure Recovery service.

Downloads the network service configuration file ‘tnsnames.ora’ for a specified protected database. Applies to user-defined recovery systems only.

Example Usage

data "oci_recovery_protected_database_fetch_configuration" "test_protected_database_fetch_configuration" {
	#Required
	protected_database_id = oci_recovery_protected_database.test_protected_database.id

	#Optional
	base64_encode_content = true
	configuration_type = var.protected_database_fetch_configuration_configuration_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: