Data Source: oci_psql_configurations

This data source provides the list of Configurations in Oracle Cloud Infrastructure Psql service.

Returns a list of configurations.

Example Usage

data "oci_psql_configurations" "test_configurations" {

	#Optional
	compartment_id = var.compartment_id
	configuration_id = oci_psql_configuration.test_configuration.id
	db_version = var.configuration_db_version
	display_name = var.configuration_display_name
	shape = var.configuration_shape
	state = var.configuration_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Configuration Reference

The following attributes are exported: