Name | pulumi-oci JSON |
Version |
2.20.0
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Oracle Cloud Infrastructure resources. |
upload_time | 2024-12-21 02:17:44 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-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/v2/...
```
### .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.9",
"maintainer_email": null,
"keywords": "pulumi, oci, oracle, category/cloud",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/00/88/04fa8058d2eba3a2abe2a1db346e8caed5b24619ec8a9461cf6c1b3178c0/pulumi_oci-2.20.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/v2/...\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": "2.20.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": "c34d20408c7008fae799f3eb49ddc2a08d90d0c34ea84e6435072cde7683ebe2",
"md5": "798110e53da6aa71f570ed3235e9bf17",
"sha256": "c64da73fcba58c860331abe7a223e79e27cb6db7fb21ae2441a9568d46102f66"
},
"downloads": -1,
"filename": "pulumi_oci-2.20.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "798110e53da6aa71f570ed3235e9bf17",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 12533283,
"upload_time": "2024-12-21T02:17:39",
"upload_time_iso_8601": "2024-12-21T02:17:39.531300Z",
"url": "https://files.pythonhosted.org/packages/c3/4d/20408c7008fae799f3eb49ddc2a08d90d0c34ea84e6435072cde7683ebe2/pulumi_oci-2.20.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "008804fa8058d2eba3a2abe2a1db346e8caed5b24619ec8a9461cf6c1b3178c0",
"md5": "b2b2d827f38a118bfbd39d6cfcca55f9",
"sha256": "d08c5f6208595fd206dfb4f53792b11c1319692447e29eb3a4b72d6b1d4d7cf5"
},
"downloads": -1,
"filename": "pulumi_oci-2.20.0.tar.gz",
"has_sig": false,
"md5_digest": "b2b2d827f38a118bfbd39d6cfcca55f9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8672788,
"upload_time": "2024-12-21T02:17:44",
"upload_time_iso_8601": "2024-12-21T02:17:44.028344Z",
"url": "https://files.pythonhosted.org/packages/00/88/04fa8058d2eba3a2abe2a1db346e8caed5b24619ec8a9461cf6c1b3178c0/pulumi_oci-2.20.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-21 02:17:44",
"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"
}