Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pulumi-oci

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pulumi-oci

A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.

  • 2.19.0
  • PyPI
  • Socket score

Maintainers
1

Oracle Cloud Infrastructure Resource Provider

The Oracle Cloud Infrastructure (OCI) Resource Provider lets you manage OCI 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:

npm install @pulumi/oci

or yarn:

yarn add @pulumi/oci

Python

To use with Python, install using pip:

python3 -m pip install pulumi_oci

Go

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

go get github.com/pulumi/pulumi-oci/sdk/v2/...

.NET

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

dotnet add package Pulumi.Oci

Configuration

The following configuration options are available for the oci provider:

OptionEnvironment variableDescription
oci:tenancyOcidTF_VAR_tenancy_ocidOCID of your tenancy.
oci:userOcidTF_VAR_user_ocidOCID of the user calling the API.
oci:privateKeyTF_VAR_private_keyThe contents of the private key file. Required if privateKeyPath is not defined and takes precedence if both are defined.
oci:privateKeyPathTF_VAR_private_key_pathThe path (including filename) of the private key stored on your computer. Required if privateKey is not defined.
oci:privateKeyPasswordTF_VAR_private_key_passwordPassphrase used for the key, if it is encrypted.
oci:fingerprintTF_VAR_fingerprintFingerprint for the key pair being used.
oci:regionTF_VAR_regionAn OCI region.
oci:configFileProfileTF_VAR_config_file_profileThe custom profile to use instead of the DEFAULT profile in .oci/config.

Use the Required Keys and OCIDs chapter of the OCI Developer Guide to learn:

Reference

For detailed reference documentation, please visit the Pulumi registry.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc