Data Source: oci_psql_default_configurations

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

Returns a list of default configurations.

Example Usage

data "oci_psql_default_configurations" "test_default_configurations" {

    #Optional
    configuration_id = oci_psql_configuration.test_configuration.id
    db_version = var.default_configuration_db_version
    display_name = var.default_configuration_display_name
    shape = var.default_configuration_shape
    state = var.default_configuration_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DefaultConfiguration Reference

The following attributes are exported: