Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getExternalNonContainerDatabases
Explore with Pulumi AI
This data source provides the list of External Non Container Databases in Oracle Cloud Infrastructure Database service.
Gets a list of the ExternalNonContainerDatabases in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalNonContainerDatabases = oci.Database.getExternalNonContainerDatabases({
    compartmentId: compartmentId,
    displayName: externalNonContainerDatabaseDisplayName,
    state: externalNonContainerDatabaseState,
});
import pulumi
import pulumi_oci as oci
test_external_non_container_databases = oci.Database.get_external_non_container_databases(compartment_id=compartment_id,
    display_name=external_non_container_database_display_name,
    state=external_non_container_database_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetExternalNonContainerDatabases(ctx, &database.GetExternalNonContainerDatabasesArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(externalNonContainerDatabaseDisplayName),
			State:         pulumi.StringRef(externalNonContainerDatabaseState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testExternalNonContainerDatabases = Oci.Database.GetExternalNonContainerDatabases.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = externalNonContainerDatabaseDisplayName,
        State = externalNonContainerDatabaseState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetExternalNonContainerDatabasesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testExternalNonContainerDatabases = DatabaseFunctions.getExternalNonContainerDatabases(GetExternalNonContainerDatabasesArgs.builder()
            .compartmentId(compartmentId)
            .displayName(externalNonContainerDatabaseDisplayName)
            .state(externalNonContainerDatabaseState)
            .build());
    }
}
variables:
  testExternalNonContainerDatabases:
    fn::invoke:
      function: oci:Database:getExternalNonContainerDatabases
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${externalNonContainerDatabaseDisplayName}
        state: ${externalNonContainerDatabaseState}
Using getExternalNonContainerDatabases
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getExternalNonContainerDatabases(args: GetExternalNonContainerDatabasesArgs, opts?: InvokeOptions): Promise<GetExternalNonContainerDatabasesResult>
function getExternalNonContainerDatabasesOutput(args: GetExternalNonContainerDatabasesOutputArgs, opts?: InvokeOptions): Output<GetExternalNonContainerDatabasesResult>def get_external_non_container_databases(compartment_id: Optional[str] = None,
                                         display_name: Optional[str] = None,
                                         filters: Optional[Sequence[GetExternalNonContainerDatabasesFilter]] = None,
                                         state: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetExternalNonContainerDatabasesResult
def get_external_non_container_databases_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                         display_name: Optional[pulumi.Input[str]] = None,
                                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetExternalNonContainerDatabasesFilterArgs]]]] = None,
                                         state: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetExternalNonContainerDatabasesResult]func GetExternalNonContainerDatabases(ctx *Context, args *GetExternalNonContainerDatabasesArgs, opts ...InvokeOption) (*GetExternalNonContainerDatabasesResult, error)
func GetExternalNonContainerDatabasesOutput(ctx *Context, args *GetExternalNonContainerDatabasesOutputArgs, opts ...InvokeOption) GetExternalNonContainerDatabasesResultOutput> Note: This function is named GetExternalNonContainerDatabases in the Go SDK.
public static class GetExternalNonContainerDatabases 
{
    public static Task<GetExternalNonContainerDatabasesResult> InvokeAsync(GetExternalNonContainerDatabasesArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalNonContainerDatabasesResult> Invoke(GetExternalNonContainerDatabasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalNonContainerDatabasesResult> getExternalNonContainerDatabases(GetExternalNonContainerDatabasesArgs args, InvokeOptions options)
public static Output<GetExternalNonContainerDatabasesResult> getExternalNonContainerDatabases(GetExternalNonContainerDatabasesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getExternalNonContainerDatabases:getExternalNonContainerDatabases
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The compartment OCID.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
List<GetExternal Non Container Databases Filter> 
- State string
- A filter to return only resources that match the specified lifecycle state.
- CompartmentId string
- The compartment OCID.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
[]GetExternal Non Container Databases Filter 
- State string
- A filter to return only resources that match the specified lifecycle state.
- compartmentId String
- The compartment OCID.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
List<GetExternal Non Containers Filter> 
- state String
- A filter to return only resources that match the specified lifecycle state.
- compartmentId string
- The compartment OCID.
- displayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
GetExternal Non Container Databases Filter[] 
- state string
- A filter to return only resources that match the specified lifecycle state.
- compartment_id str
- The compartment OCID.
- display_name str
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Sequence[GetExternal Non Container Databases Filter] 
- state str
- A filter to return only resources that match the specified lifecycle state.
- compartmentId String
- The compartment OCID.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters List<Property Map>
- state String
- A filter to return only resources that match the specified lifecycle state.
getExternalNonContainerDatabases Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- ExternalNon List<GetContainer Databases External Non Container Databases External Non Container Database> 
- The list of external_non_container_databases.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The user-friendly name for the external database. The name does not have to be unique.
- Filters
List<GetExternal Non Container Databases Filter> 
- State string
- The current state of the Oracle Cloud Infrastructure external database resource.
- CompartmentId string
- The OCID of the compartment.
- ExternalNon []GetContainer Databases External Non Container Databases External Non Container Database 
- The list of external_non_container_databases.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The user-friendly name for the external database. The name does not have to be unique.
- Filters
[]GetExternal Non Container Databases Filter 
- State string
- The current state of the Oracle Cloud Infrastructure external database resource.
- compartmentId String
- The OCID of the compartment.
- externalNon List<GetContainer Databases External Non Containers External Non Container> 
- The list of external_non_container_databases.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The user-friendly name for the external database. The name does not have to be unique.
- filters
List<GetExternal Non Containers Filter> 
- state String
- The current state of the Oracle Cloud Infrastructure external database resource.
- compartmentId string
- The OCID of the compartment.
- externalNon GetContainer Databases External Non Container Databases External Non Container Database[] 
- The list of external_non_container_databases.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- The user-friendly name for the external database. The name does not have to be unique.
- filters
GetExternal Non Container Databases Filter[] 
- state string
- The current state of the Oracle Cloud Infrastructure external database resource.
- compartment_id str
- The OCID of the compartment.
- external_non_ Sequence[Getcontainer_ databases External Non Container Databases External Non Container Database] 
- The list of external_non_container_databases.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- The user-friendly name for the external database. The name does not have to be unique.
- filters
Sequence[GetExternal Non Container Databases Filter] 
- state str
- The current state of the Oracle Cloud Infrastructure external database resource.
- compartmentId String
- The OCID of the compartment.
- externalNon List<Property Map>Container Databases 
- The list of external_non_container_databases.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The user-friendly name for the external database. The name does not have to be unique.
- filters List<Property Map>
- state String
- The current state of the Oracle Cloud Infrastructure external database resource.
Supporting Types
GetExternalNonContainerDatabasesExternalNonContainerDatabase        
- CharacterSet string
- The character set of the external database.
- CompartmentId string
- The compartment OCID.
- DatabaseConfiguration string
- The Oracle Database configuration
- DatabaseEdition string
- The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- DatabaseManagement List<GetConfigs External Non Container Databases External Non Container Database Database Management Config> 
- The configuration of the Database Management service.
- DatabaseVersion string
- The Oracle Database version.
- DbId string
- The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
- DbPacks string
- The database packs licensed for the external Oracle Database.
- DbUnique stringName 
- The DB_UNIQUE_NAMEof the external database.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Dictionary<string, string>
- 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 string
- The OCID of the Oracle Cloud Infrastructure external database resource.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- NcharacterSet string
- The national character of the external database.
- OperationsInsights List<GetConfigs External Non Container Databases External Non Container Database Operations Insights Config> 
- The configuration of Operations Insights for the external database
- StackMonitoring List<GetConfigs External Non Container Databases External Non Container Database Stack Monitoring Config> 
- The configuration of Stack Monitoring for the external database.
- State string
- A filter to return only resources that match the specified lifecycle state.
- TimeCreated string
- The date and time the database was created.
- TimeZone string
- The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
- CharacterSet string
- The character set of the external database.
- CompartmentId string
- The compartment OCID.
- DatabaseConfiguration string
- The Oracle Database configuration
- DatabaseEdition string
- The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- DatabaseManagement []GetConfigs External Non Container Databases External Non Container Database Database Management Config 
- The configuration of the Database Management service.
- DatabaseVersion string
- The Oracle Database version.
- DbId string
- The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
- DbPacks string
- The database packs licensed for the external Oracle Database.
- DbUnique stringName 
- The DB_UNIQUE_NAMEof the external database.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- DisplayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- map[string]string
- 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 string
- The OCID of the Oracle Cloud Infrastructure external database resource.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- NcharacterSet string
- The national character of the external database.
- OperationsInsights []GetConfigs External Non Container Databases External Non Container Database Operations Insights Config 
- The configuration of Operations Insights for the external database
- StackMonitoring []GetConfigs External Non Container Databases External Non Container Database Stack Monitoring Config 
- The configuration of Stack Monitoring for the external database.
- State string
- A filter to return only resources that match the specified lifecycle state.
- TimeCreated string
- The date and time the database was created.
- TimeZone string
- The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
- characterSet String
- The character set of the external database.
- compartmentId String
- The compartment OCID.
- databaseConfiguration String
- The Oracle Database configuration
- databaseEdition String
- The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- databaseManagement List<GetConfigs External Non Containers External Non Container Management Config> 
- The configuration of the Database Management service.
- databaseVersion String
- The Oracle Database version.
- dbId String
- The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
- dbPacks String
- The database packs licensed for the external Oracle Database.
- dbUnique StringName 
- The DB_UNIQUE_NAMEof the external database.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Map<String,String>
- 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 String
- The OCID of the Oracle Cloud Infrastructure external database resource.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- ncharacterSet String
- The national character of the external database.
- operationsInsights List<GetConfigs External Non Containers External Non Container Operations Insights Config> 
- The configuration of Operations Insights for the external database
- stackMonitoring List<GetConfigs External Non Containers External Non Container Stack Monitoring Config> 
- The configuration of Stack Monitoring for the external database.
- state String
- A filter to return only resources that match the specified lifecycle state.
- timeCreated String
- The date and time the database was created.
- timeZone String
- The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
- characterSet string
- The character set of the external database.
- compartmentId string
- The compartment OCID.
- databaseConfiguration string
- The Oracle Database configuration
- databaseEdition string
- The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- databaseManagement GetConfigs External Non Container Databases External Non Container Database Database Management Config[] 
- The configuration of the Database Management service.
- databaseVersion string
- The Oracle Database version.
- dbId string
- The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
- dbPacks string
- The database packs licensed for the external Oracle Database.
- dbUnique stringName 
- The DB_UNIQUE_NAMEof the external database.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName string
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- {[key: string]: string}
- 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 string
- The OCID of the Oracle Cloud Infrastructure external database resource.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- ncharacterSet string
- The national character of the external database.
- operationsInsights GetConfigs External Non Container Databases External Non Container Database Operations Insights Config[] 
- The configuration of Operations Insights for the external database
- stackMonitoring GetConfigs External Non Container Databases External Non Container Database Stack Monitoring Config[] 
- The configuration of Stack Monitoring for the external database.
- state string
- A filter to return only resources that match the specified lifecycle state.
- timeCreated string
- The date and time the database was created.
- timeZone string
- The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
- character_set str
- The character set of the external database.
- compartment_id str
- The compartment OCID.
- database_configuration str
- The Oracle Database configuration
- database_edition str
- The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- database_management_ Sequence[Getconfigs External Non Container Databases External Non Container Database Database Management Config] 
- The configuration of the Database Management service.
- database_version str
- The Oracle Database version.
- db_id str
- The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
- db_packs str
- The database packs licensed for the external Oracle Database.
- db_unique_ strname 
- The DB_UNIQUE_NAMEof the external database.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_name str
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Mapping[str, str]
- 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 str
- The OCID of the Oracle Cloud Infrastructure external database resource.
- lifecycle_details str
- Additional information about the current lifecycle state.
- ncharacter_set str
- The national character of the external database.
- operations_insights_ Sequence[Getconfigs External Non Container Databases External Non Container Database Operations Insights Config] 
- The configuration of Operations Insights for the external database
- stack_monitoring_ Sequence[Getconfigs External Non Container Databases External Non Container Database Stack Monitoring Config] 
- The configuration of Stack Monitoring for the external database.
- state str
- A filter to return only resources that match the specified lifecycle state.
- time_created str
- The date and time the database was created.
- time_zone str
- The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
- characterSet String
- The character set of the external database.
- compartmentId String
- The compartment OCID.
- databaseConfiguration String
- The Oracle Database configuration
- databaseEdition String
- The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- databaseManagement List<Property Map>Configs 
- The configuration of the Database Management service.
- databaseVersion String
- The Oracle Database version.
- dbId String
- The Oracle Database ID, which identifies an Oracle Database located outside of Oracle Cloud.
- dbPacks String
- The database packs licensed for the external Oracle Database.
- dbUnique StringName 
- The DB_UNIQUE_NAMEof the external database.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- displayName String
- A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Map<String>
- 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 String
- The OCID of the Oracle Cloud Infrastructure external database resource.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- ncharacterSet String
- The national character of the external database.
- operationsInsights List<Property Map>Configs 
- The configuration of Operations Insights for the external database
- stackMonitoring List<Property Map>Configs 
- The configuration of Stack Monitoring for the external database.
- state String
- A filter to return only resources that match the specified lifecycle state.
- timeCreated String
- The date and time the database was created.
- timeZone String
- The time zone of the external database. It is a time zone offset (a character type in the format '[+|-]TZH:TZM') or a time zone region name, depending on how the time zone value was specified when the database was created / last altered.
GetExternalNonContainerDatabasesExternalNonContainerDatabaseDatabaseManagementConfig           
- DatabaseManagement stringConnection Id 
- The OCID of the external database connector.
- DatabaseManagement stringStatus 
- The status of the Database Management service.
- LicenseModel string
- The Oracle license model that applies to the external database.
- DatabaseManagement stringConnection Id 
- The OCID of the external database connector.
- DatabaseManagement stringStatus 
- The status of the Database Management service.
- LicenseModel string
- The Oracle license model that applies to the external database.
- databaseManagement StringConnection Id 
- The OCID of the external database connector.
- databaseManagement StringStatus 
- The status of the Database Management service.
- licenseModel String
- The Oracle license model that applies to the external database.
- databaseManagement stringConnection Id 
- The OCID of the external database connector.
- databaseManagement stringStatus 
- The status of the Database Management service.
- licenseModel string
- The Oracle license model that applies to the external database.
- database_management_ strconnection_ id 
- The OCID of the external database connector.
- database_management_ strstatus 
- The status of the Database Management service.
- license_model str
- The Oracle license model that applies to the external database.
- databaseManagement StringConnection Id 
- The OCID of the external database connector.
- databaseManagement StringStatus 
- The status of the Database Management service.
- licenseModel String
- The Oracle license model that applies to the external database.
GetExternalNonContainerDatabasesExternalNonContainerDatabaseOperationsInsightsConfig           
- OperationsInsights stringConnector Id 
- The OCID of the external database connector.
- OperationsInsights stringStatus 
- The status of Operations Insights
- OperationsInsights stringConnector Id 
- The OCID of the external database connector.
- OperationsInsights stringStatus 
- The status of Operations Insights
- operationsInsights StringConnector Id 
- The OCID of the external database connector.
- operationsInsights StringStatus 
- The status of Operations Insights
- operationsInsights stringConnector Id 
- The OCID of the external database connector.
- operationsInsights stringStatus 
- The status of Operations Insights
- operations_insights_ strconnector_ id 
- The OCID of the external database connector.
- operations_insights_ strstatus 
- The status of Operations Insights
- operationsInsights StringConnector Id 
- The OCID of the external database connector.
- operationsInsights StringStatus 
- The status of Operations Insights
GetExternalNonContainerDatabasesExternalNonContainerDatabaseStackMonitoringConfig           
- StackMonitoring stringConnector Id 
- The OCID of the external database connector.
- StackMonitoring stringStatus 
- The status of Stack Monitoring.
- StackMonitoring stringConnector Id 
- The OCID of the external database connector.
- StackMonitoring stringStatus 
- The status of Stack Monitoring.
- stackMonitoring StringConnector Id 
- The OCID of the external database connector.
- stackMonitoring StringStatus 
- The status of Stack Monitoring.
- stackMonitoring stringConnector Id 
- The OCID of the external database connector.
- stackMonitoring stringStatus 
- The status of Stack Monitoring.
- stack_monitoring_ strconnector_ id 
- The OCID of the external database connector.
- stack_monitoring_ strstatus 
- The status of Stack Monitoring.
- stackMonitoring StringConnector Id 
- The OCID of the external database connector.
- stackMonitoring StringStatus 
- The status of Stack Monitoring.
GetExternalNonContainerDatabasesFilter     
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.