pulumi-oci


Namepulumi-oci JSON
Version 1.41.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
upload_time2024-06-19 06:19:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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
```

### 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/...
```

### .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: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.8",
    "maintainer_email": null,
    "keywords": "pulumi, oci, oracle, category/cloud",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f9/06/2eb49f53abdb018efd309dca11902eae93a875d7eaea925d1625ab8404d3/pulumi_oci-1.41.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\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/...\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: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": "1.41.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": "",
            "digests": {
                "blake2b_256": "ca0cdad29d67fe0351c681595e1064b1e8e50c68059e3c64c4d193a4732d2b40",
                "md5": "d79fde1fc8c4f4e1f32504a7665a510b",
                "sha256": "8197c2fb4d5b4f99dd29d9f8d759204f9bf0a72ad7feab06c521447159e073ee"
            },
            "downloads": -1,
            "filename": "pulumi_oci-1.41.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d79fde1fc8c4f4e1f32504a7665a510b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10939073,
            "upload_time": "2024-06-19T06:19:44",
            "upload_time_iso_8601": "2024-06-19T06:19:44.576703Z",
            "url": "https://files.pythonhosted.org/packages/ca/0c/dad29d67fe0351c681595e1064b1e8e50c68059e3c64c4d193a4732d2b40/pulumi_oci-1.41.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9062eb49f53abdb018efd309dca11902eae93a875d7eaea925d1625ab8404d3",
                "md5": "757c62641e3c1ca03bae13d7fa6b52d2",
                "sha256": "13cac601c6beec01070e657ae579fb502e6cdfad78a3e4bc962890c8c4b7d579"
            },
            "downloads": -1,
            "filename": "pulumi_oci-1.41.0.tar.gz",
            "has_sig": false,
            "md5_digest": "757c62641e3c1ca03bae13d7fa6b52d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 7506608,
            "upload_time": "2024-06-19T06:19:51",
            "upload_time_iso_8601": "2024-06-19T06:19:51.285134Z",
            "url": "https://files.pythonhosted.org/packages/f9/06/2eb49f53abdb018efd309dca11902eae93a875d7eaea925d1625ab8404d3/pulumi_oci-1.41.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 06:19:51",
    "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: 0.44291s