JSPM

@pulumi/oci

v0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 821
  • Score
    100M100P100Q106837F
  • License Apache-2.0

A Pulumi package for creating and managing oci cloud resources.

Package Exports

  • @pulumi/oci
  • @pulumi/oci/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pulumi/oci) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Oracle Cloud (OCI) Resource Provider

The Oracle Cloud (OCI) Resource Provider lets you manage Oracle Cloud resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

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

npm install @pulumi/oci

or yarn:

yarn add @pulumi/oci

Python

To use from Python, install using pip:

pip install pulumi_oci

Go

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

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

.NET

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

dotnet add package Pulumi.Oci

Configuration

The following configuration points are available for the oci provider:

Reference

For detailed reference documentation, please visit the Pulumi registry.