pulumi-oci


Namepulumi-oci JSON
Version 3.3.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
upload_time2025-07-17 05:29:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi oci oracle category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Oracle Cloud Infrastructure Resource Provider

The Oracle Cloud Infrastructure (OCI) Resource Provider lets you manage [OCI](https://www.oracle.com/cloud/) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use with JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @pulumi/oci
```

or `yarn`:

```bash
yarn add @pulumi/oci
```

### Python

To use with Python, install using `pip`:

```bash
python3 -m pip install pulumi_oci
```

To use [uv](https://docs.astral.sh/uv/) instead:

```bash
uv pip install pulumi_oci
```

### Go

To use with Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pulumi/pulumi-oci/sdk/v3/...
```

### .NET

To use with .NET, install using `dotnet add package`:

```bash
dotnet add package Pulumi.Oci
```

## Configuration

The following configuration options are available for the `oci` provider:

| Option                   | Environment variable          | Description                                                                                                                                                            |
|--------------------------|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `oci:auth`               |                               | The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used. |
| `oci:tenancyOcid`        | `TF_VAR_tenancy_ocid`         | OCID of your tenancy.                                                                                                                                                  |
| `oci:userOcid`           | `TF_VAR_user_ocid`            | OCID of the user calling the API.                                                                                                                                      |
| `oci:privateKey`         | `TF_VAR_private_key`          | The contents of the private key file. Required if `privateKeyPath` is not defined and takes precedence if both are defined.                                            |
| `oci:privateKeyPath`     | `TF_VAR_private_key_path`     | The path (including filename) of the private key stored on your computer. Required if `privateKey` is not defined.                                                     |
| `oci:privateKeyPassword` | `TF_VAR_private_key_password` | Passphrase used for the key, if it is encrypted.                                                                                                                       |
| `oci:fingerprint`        | `TF_VAR_fingerprint`          | Fingerprint for the key pair being used.                                                                                                                               |
| `oci:region`             | `TF_VAR_region`               | An OCI region.                                                                                                                                                         |
| `oci:configFileProfile`  | `TF_VAR_config_file_profile`  | The custom profile to use instead of the `DEFAULT` profile in `.oci/config`.                                                                                           |

Use the [Required Keys and OCIDs](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#Required_Keys_and_OCIDs) chapter of the OCI Developer Guide to learn:

- [How to Generate an API Signing Key](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two)
- [How to Get the Key's Fingerprint](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#four)
- [Where to Get the Tenancy's OCID and User's OCID](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#five)

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/oci/api-docs/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-oci",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, oci, oracle, category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/97/a6/f8aa471a4ad460181f17ce35cb2004d2bbad0922314a7893bc70eee4088c/pulumi_oci-3.3.0.tar.gz",
    "platform": null,
    "description": "# Oracle Cloud Infrastructure Resource Provider\n\nThe Oracle Cloud Infrastructure (OCI) Resource Provider lets you manage [OCI](https://www.oracle.com/cloud/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use with JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumi/oci\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumi/oci\n```\n\n### Python\n\nTo use with Python, install using `pip`:\n\n```bash\npython3 -m pip install pulumi_oci\n```\n\nTo use [uv](https://docs.astral.sh/uv/) instead:\n\n```bash\nuv pip install pulumi_oci\n```\n\n### Go\n\nTo use with Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumi/pulumi-oci/sdk/v3/...\n```\n\n### .NET\n\nTo use with .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumi.Oci\n```\n\n## Configuration\n\nThe following configuration options are available for the `oci` provider:\n\n| Option                   | Environment variable          | Description                                                                                                                                                            |\n|--------------------------|-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `oci:auth`               |                               | The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used. |\n| `oci:tenancyOcid`        | `TF_VAR_tenancy_ocid`         | OCID of your tenancy.                                                                                                                                                  |\n| `oci:userOcid`           | `TF_VAR_user_ocid`            | OCID of the user calling the API.                                                                                                                                      |\n| `oci:privateKey`         | `TF_VAR_private_key`          | The contents of the private key file. Required if `privateKeyPath` is not defined and takes precedence if both are defined.                                            |\n| `oci:privateKeyPath`     | `TF_VAR_private_key_path`     | The path (including filename) of the private key stored on your computer. Required if `privateKey` is not defined.                                                     |\n| `oci:privateKeyPassword` | `TF_VAR_private_key_password` | Passphrase used for the key, if it is encrypted.                                                                                                                       |\n| `oci:fingerprint`        | `TF_VAR_fingerprint`          | Fingerprint for the key pair being used.                                                                                                                               |\n| `oci:region`             | `TF_VAR_region`               | An OCI region.                                                                                                                                                         |\n| `oci:configFileProfile`  | `TF_VAR_config_file_profile`  | The custom profile to use instead of the `DEFAULT` profile in `.oci/config`.                                                                                           |\n\nUse the [Required Keys and OCIDs](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#Required_Keys_and_OCIDs) chapter of the OCI Developer Guide to learn:\n\n- [How to Generate an API Signing Key](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two)\n- [How to Get the Key's Fingerprint](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#four)\n- [Where to Get the Tenancy's OCID and User's OCID](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#five)\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/oci/api-docs/).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
    "version": "3.3.0",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumi/pulumi-oci"
    },
    "split_keywords": [
        "pulumi",
        " oci",
        " oracle",
        " category/cloud"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "756f2b578f2c4ef536c3446c8dbceb041d550e8edb0b731186d8bd3fa0bf7b3a",
                "md5": "d29936a39e06bc7e19b3abbc739f8c02",
                "sha256": "1b9d6744acb9679f4df0a8e0527c25e48ffc47dacf95b3abf0681253f4e2f399"
            },
            "downloads": -1,
            "filename": "pulumi_oci-3.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d29936a39e06bc7e19b3abbc739f8c02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 13846589,
            "upload_time": "2025-07-17T05:28:57",
            "upload_time_iso_8601": "2025-07-17T05:28:57.928676Z",
            "url": "https://files.pythonhosted.org/packages/75/6f/2b578f2c4ef536c3446c8dbceb041d550e8edb0b731186d8bd3fa0bf7b3a/pulumi_oci-3.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97a6f8aa471a4ad460181f17ce35cb2004d2bbad0922314a7893bc70eee4088c",
                "md5": "c82d235c9d4e363d5c1ab13f864d8a51",
                "sha256": "1997461ccfd8c4dde4f6028ac1e6097dd4c16e5b3881e5c8bd665cbec0903de2"
            },
            "downloads": -1,
            "filename": "pulumi_oci-3.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c82d235c9d4e363d5c1ab13f864d8a51",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9672704,
            "upload_time": "2025-07-17T05:29:00",
            "upload_time_iso_8601": "2025-07-17T05:29:00.210516Z",
            "url": "https://files.pythonhosted.org/packages/97/a6/f8aa471a4ad460181f17ce35cb2004d2bbad0922314a7893bc70eee4088c/pulumi_oci-3.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 05:29:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-oci",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-oci"
}
        
Elapsed time: 1.18842s