Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
This data source provides the list of Management Appliances in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.
Lists management appliances in compartment specified. List can be filtered by management appliance, compartment, name and lifecycle state.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagementAppliances = oci.Ocvp.getManagementAppliances({
compartmentId: compartmentId,
displayName: managementApplianceDisplayName,
managementApplianceId: testManagementAppliance.id,
state: managementApplianceState,
});
import pulumi
import pulumi_oci as oci
test_management_appliances = oci.Ocvp.get_management_appliances(compartment_id=compartment_id,
display_name=management_appliance_display_name,
management_appliance_id=test_management_appliance["id"],
state=management_appliance_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/ocvp"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ocvp.GetManagementAppliances(ctx, &ocvp.GetManagementAppliancesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(managementApplianceDisplayName),
ManagementApplianceId: pulumi.StringRef(testManagementAppliance.Id),
State: pulumi.StringRef(managementApplianceState),
}, 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 testManagementAppliances = Oci.Ocvp.GetManagementAppliances.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = managementApplianceDisplayName,
ManagementApplianceId = testManagementAppliance.Id,
State = managementApplianceState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Ocvp.OcvpFunctions;
import com.pulumi.oci.Ocvp.inputs.GetManagementAppliancesArgs;
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 testManagementAppliances = OcvpFunctions.getManagementAppliances(GetManagementAppliancesArgs.builder()
.compartmentId(compartmentId)
.displayName(managementApplianceDisplayName)
.managementApplianceId(testManagementAppliance.id())
.state(managementApplianceState)
.build());
}
}
variables:
testManagementAppliances:
fn::invoke:
function: oci:Ocvp:getManagementAppliances
arguments:
compartmentId: ${compartmentId}
displayName: ${managementApplianceDisplayName}
managementApplianceId: ${testManagementAppliance.id}
state: ${managementApplianceState}
Using getManagementAppliances
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 getManagementAppliances(args: GetManagementAppliancesArgs, opts?: InvokeOptions): Promise<GetManagementAppliancesResult>
function getManagementAppliancesOutput(args: GetManagementAppliancesOutputArgs, opts?: InvokeOptions): Output<GetManagementAppliancesResult>def get_management_appliances(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetManagementAppliancesFilter]] = None,
management_appliance_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagementAppliancesResult
def get_management_appliances_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetManagementAppliancesFilterArgs]]]] = None,
management_appliance_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagementAppliancesResult]func GetManagementAppliances(ctx *Context, args *GetManagementAppliancesArgs, opts ...InvokeOption) (*GetManagementAppliancesResult, error)
func GetManagementAppliancesOutput(ctx *Context, args *GetManagementAppliancesOutputArgs, opts ...InvokeOption) GetManagementAppliancesResultOutput> Note: This function is named GetManagementAppliances in the Go SDK.
public static class GetManagementAppliances
{
public static Task<GetManagementAppliancesResult> InvokeAsync(GetManagementAppliancesArgs args, InvokeOptions? opts = null)
public static Output<GetManagementAppliancesResult> Invoke(GetManagementAppliancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementAppliancesResult> getManagementAppliances(GetManagementAppliancesArgs args, InvokeOptions options)
public static Output<GetManagementAppliancesResult> getManagementAppliances(GetManagementAppliancesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Ocvp/getManagementAppliances:getManagementAppliances
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Management Appliances Filter> - Management
Appliance stringId - The OCID of the management appliance.
- State string
- The lifecycle state of the management appliance.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Management Appliances Filter - Management
Appliance stringId - The OCID of the management appliance.
- State string
- The lifecycle state of the management appliance.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Management Appliances Filter> - management
Appliance StringId - The OCID of the management appliance.
- state String
- The lifecycle state of the management appliance.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Management Appliances Filter[] - management
Appliance stringId - The OCID of the management appliance.
- state string
- The lifecycle state of the management appliance.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Management Appliances Filter] - management_
appliance_ strid - The OCID of the management appliance.
- state str
- The lifecycle state of the management appliance.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- management
Appliance StringId - The OCID of the management appliance.
- state String
- The lifecycle state of the management appliance.
getManagementAppliances Result
The following output properties are available:
- Compartment
Id string - The OCID of compartment in OCI, that this appliance is going to be created in.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Appliance List<GetCollections Management Appliances Management Appliance Collection> - The list of management_appliance_collection.
- Display
Name string - A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Filters
List<Get
Management Appliances Filter> - Management
Appliance stringId - State string
- Current state of the management appliance.
- Compartment
Id string - The OCID of compartment in OCI, that this appliance is going to be created in.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Appliance []GetCollections Management Appliances Management Appliance Collection - The list of management_appliance_collection.
- Display
Name string - A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- Filters
[]Get
Management Appliances Filter - Management
Appliance stringId - State string
- Current state of the management appliance.
- compartment
Id String - The OCID of compartment in OCI, that this appliance is going to be created in.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Appliance List<GetCollections Management Appliances Management Appliance Collection> - The list of management_appliance_collection.
- display
Name String - A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
List<Get
Management Appliances Filter> - management
Appliance StringId - state String
- Current state of the management appliance.
- compartment
Id string - The OCID of compartment in OCI, that this appliance is going to be created in.
- id string
- The provider-assigned unique ID for this managed resource.
- management
Appliance GetCollections Management Appliances Management Appliance Collection[] - The list of management_appliance_collection.
- display
Name string - A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
Get
Management Appliances Filter[] - management
Appliance stringId - state string
- Current state of the management appliance.
- compartment_
id str - The OCID of compartment in OCI, that this appliance is going to be created in.
- id str
- The provider-assigned unique ID for this managed resource.
- management_
appliance_ Sequence[Getcollections Management Appliances Management Appliance Collection] - The list of management_appliance_collection.
- display_
name str - A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters
Sequence[Get
Management Appliances Filter] - management_
appliance_ strid - state str
- Current state of the management appliance.
- compartment
Id String - The OCID of compartment in OCI, that this appliance is going to be created in.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Appliance List<Property Map>Collections - The list of management_appliance_collection.
- display
Name String - A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
- filters List<Property Map>
- management
Appliance StringId - state String
- Current state of the management appliance.
Supporting Types
GetManagementAppliancesFilter
GetManagementAppliancesManagementApplianceCollection
GetManagementAppliancesManagementApplianceCollectionItem
- Compartment
Id string - The OCID of the compartment.
- Compute
Instance stringId - The OCID of compute instance of management appliance in OCI.
- Configurations
List<Get
Management Appliances Management Appliance Collection Item Configuration> - Configuration of management appliance.
- Connections
List<Get
Management Appliances Management Appliance Collection Item Connection> - Array of connections for management appliance.
- Dictionary<string, string>
- 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 string - A filter to return only resources that match the given display name exactly.
- 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"} - Heartbeat
Connection List<GetStates Management Appliances Management Appliance Collection Item Heartbeat Connection State> - Current states of connections.
- Id string
- The OCID of management appliance.
- Lifecycle
Details string - Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
- Management
Agent stringId - The OCID of management agent, that this appliance is running in.
- Public
Ssh stringKeys - Sddc
Id string - The OCID of SDDC in OCI, that this appliance is going to be registered in.
- State string
- The lifecycle state of the management appliance.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - Time
Configuration stringUpdated - The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
- Time
Created string - The date and time the management appliance was created in the format defined by RFC3339.
- Time
Last stringHeartbeat - The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
- Time
Updated string - The date and time the management appliance was last updated in the format defined by RFC3339.
- Compartment
Id string - The OCID of the compartment.
- Compute
Instance stringId - The OCID of compute instance of management appliance in OCI.
- Configurations
[]Get
Management Appliances Management Appliance Collection Item Configuration - Configuration of management appliance.
- Connections
[]Get
Management Appliances Management Appliance Collection Item Connection - Array of connections for management appliance.
- map[string]string
- 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 string - A filter to return only resources that match the given display name exactly.
- 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"} - Heartbeat
Connection []GetStates Management Appliances Management Appliance Collection Item Heartbeat Connection State - Current states of connections.
- Id string
- The OCID of management appliance.
- Lifecycle
Details string - Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
- Management
Agent stringId - The OCID of management agent, that this appliance is running in.
- Public
Ssh stringKeys - Sddc
Id string - The OCID of SDDC in OCI, that this appliance is going to be registered in.
- State string
- The lifecycle state of the management appliance.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - Time
Configuration stringUpdated - The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
- Time
Created string - The date and time the management appliance was created in the format defined by RFC3339.
- Time
Last stringHeartbeat - The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
- Time
Updated string - The date and time the management appliance was last updated in the format defined by RFC3339.
- compartment
Id String - The OCID of the compartment.
- compute
Instance StringId - The OCID of compute instance of management appliance in OCI.
- configurations
List<Get
Management Appliances Management Appliance Collection Item Configuration> - Configuration of management appliance.
- connections
List<Get
Management Appliances Management Appliance Collection Item Connection> - Array of connections for management appliance.
- Map<String,String>
- 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 String - A filter to return only resources that match the given display name exactly.
- 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"} - heartbeat
Connection List<GetStates Management Appliances Management Appliance Collection Item Heartbeat Connection State> - Current states of connections.
- id String
- The OCID of management appliance.
- lifecycle
Details String - Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
- management
Agent StringId - The OCID of management agent, that this appliance is running in.
- public
Ssh StringKeys - sddc
Id String - The OCID of SDDC in OCI, that this appliance is going to be registered in.
- state String
- The lifecycle state of the management appliance.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time
Configuration StringUpdated - The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
- time
Created String - The date and time the management appliance was created in the format defined by RFC3339.
- time
Last StringHeartbeat - The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
- time
Updated String - The date and time the management appliance was last updated in the format defined by RFC3339.
- compartment
Id string - The OCID of the compartment.
- compute
Instance stringId - The OCID of compute instance of management appliance in OCI.
- configurations
Get
Management Appliances Management Appliance Collection Item Configuration[] - Configuration of management appliance.
- connections
Get
Management Appliances Management Appliance Collection Item Connection[] - Array of connections for management appliance.
- {[key: string]: string}
- 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 string - A filter to return only resources that match the given display name exactly.
- {[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"} - heartbeat
Connection GetStates Management Appliances Management Appliance Collection Item Heartbeat Connection State[] - Current states of connections.
- id string
- The OCID of management appliance.
- lifecycle
Details string - Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
- management
Agent stringId - The OCID of management agent, that this appliance is running in.
- public
Ssh stringKeys - sddc
Id string - The OCID of SDDC in OCI, that this appliance is going to be registered in.
- state string
- The lifecycle state of the management appliance.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time
Configuration stringUpdated - The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
- time
Created string - The date and time the management appliance was created in the format defined by RFC3339.
- time
Last stringHeartbeat - The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
- time
Updated string - The date and time the management appliance was last updated in the format defined by RFC3339.
- compartment_
id str - The OCID of the compartment.
- compute_
instance_ strid - The OCID of compute instance of management appliance in OCI.
- configurations
Sequence[Get
Management Appliances Management Appliance Collection Item Configuration] - Configuration of management appliance.
- connections
Sequence[Get
Management Appliances Management Appliance Collection Item Connection] - Array of connections for management appliance.
- Mapping[str, str]
- 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 str - A filter to return only resources that match the given display name exactly.
- 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"} - heartbeat_
connection_ Sequence[Getstates Management Appliances Management Appliance Collection Item Heartbeat Connection State] - Current states of connections.
- id str
- The OCID of management appliance.
- lifecycle_
details str - Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
- management_
agent_ strid - The OCID of management agent, that this appliance is running in.
- public_
ssh_ strkeys - sddc_
id str - The OCID of SDDC in OCI, that this appliance is going to be registered in.
- state str
- The lifecycle state of the management appliance.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time_
configuration_ strupdated - The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
- time_
created str - The date and time the management appliance was created in the format defined by RFC3339.
- time_
last_ strheartbeat - The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
- time_
updated str - The date and time the management appliance was last updated in the format defined by RFC3339.
- compartment
Id String - The OCID of the compartment.
- compute
Instance StringId - The OCID of compute instance of management appliance in OCI.
- configurations List<Property Map>
- Configuration of management appliance.
- connections List<Property Map>
- Array of connections for management appliance.
- Map<String>
- 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 String - A filter to return only resources that match the given display name exactly.
- 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"} - heartbeat
Connection List<Property Map>States - Current states of connections.
- id String
- The OCID of management appliance.
- lifecycle
Details String - Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
- management
Agent StringId - The OCID of management agent, that this appliance is running in.
- public
Ssh StringKeys - sddc
Id String - The OCID of SDDC in OCI, that this appliance is going to be registered in.
- state String
- The lifecycle state of the management appliance.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{orcl-cloud: {free-tier-retain: true}} - time
Configuration StringUpdated - The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
- time
Created String - The date and time the management appliance was created in the format defined by RFC3339.
- time
Last StringHeartbeat - The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
- time
Updated String - The date and time the management appliance was last updated in the format defined by RFC3339.
GetManagementAppliancesManagementApplianceCollectionItemConfiguration
- Is
Log boolIngestion Enabled - Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
- Is
Metrics boolCollection Enabled - Is metrics collection and publishing is enabled for appliance.
- Metrics List<string>
- Array of metrics ids to collect.
- Support
Bundle stringBucket Id - The OCID of support bundle Object Storage bucket.
- Is
Log boolIngestion Enabled - Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
- Is
Metrics boolCollection Enabled - Is metrics collection and publishing is enabled for appliance.
- Metrics []string
- Array of metrics ids to collect.
- Support
Bundle stringBucket Id - The OCID of support bundle Object Storage bucket.
- is
Log BooleanIngestion Enabled - Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
- is
Metrics BooleanCollection Enabled - Is metrics collection and publishing is enabled for appliance.
- metrics List<String>
- Array of metrics ids to collect.
- support
Bundle StringBucket Id - The OCID of support bundle Object Storage bucket.
- is
Log booleanIngestion Enabled - Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
- is
Metrics booleanCollection Enabled - Is metrics collection and publishing is enabled for appliance.
- metrics string[]
- Array of metrics ids to collect.
- support
Bundle stringBucket Id - The OCID of support bundle Object Storage bucket.
- is_
log_ boolingestion_ enabled - Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
- is_
metrics_ boolcollection_ enabled - Is metrics collection and publishing is enabled for appliance.
- metrics Sequence[str]
- Array of metrics ids to collect.
- support_
bundle_ strbucket_ id - The OCID of support bundle Object Storage bucket.
- is
Log BooleanIngestion Enabled - Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
- is
Metrics BooleanCollection Enabled - Is metrics collection and publishing is enabled for appliance.
- metrics List<String>
- Array of metrics ids to collect.
- support
Bundle StringBucket Id - The OCID of support bundle Object Storage bucket.
GetManagementAppliancesManagementApplianceCollectionItemConnection
- Credentials
Secret stringId - The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
- Type string
- Type of connection.
- Credentials
Secret stringId - The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
- Type string
- Type of connection.
- credentials
Secret StringId - The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
- type String
- Type of connection.
- credentials
Secret stringId - The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
- type string
- Type of connection.
- credentials_
secret_ strid - The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
- type str
- Type of connection.
- credentials
Secret StringId - The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
- type String
- Type of connection.
GetManagementAppliancesManagementApplianceCollectionItemHeartbeatConnectionState
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
