A Pulumi package for creating and managing Oracle Cloud Infrastructure (OCI) resources. Version 4.10.0 is the latest, released on an irregular cadence aligned with the upstream Terraform provider bridge updates.
pip install pulumi-ociNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a VCN in Oracle Cloud Infrastructure using the OCI provider. Replace config values with your OCI credentials.
Always use 'pulumi_oci' as the import name.
Check the provider documentation for the correct resource paths, e.g., 'oci_core_vcn' became 'oci.core.Vcn'.
Set config values via 'pulumi config set' or instantiate a 'pulumi_oci.Provider' resource with required arguments.
Install the correct package: pip install pulumi-oci, then import as import pulumi_oci as oci.
Ensure you have set the required configuration values: userOcid, fingerprint, privateKey, tenancyOcid, region. Use 'pulumi config set' or a Provider resource.