Skip to content

keiichi-hikita/pulumi-ecl

 
 

Repository files navigation

Build Status

Enterprise Cloud Resource Provider

The Enterprise Cloud resource provider for Pulumi lets you use Enterprise Cloud resources in your cloud programs. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

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

$ npm install @pulumi/ecl

or yarn:

$ yarn add @pulumi/ecl

Python

To use from Python, install using pip:

$ pip install pulumi_ecl

Go

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

$ go get github.com/pulumi/pulumi-ecl/sdk/go/...

Concepts

The @pulumi/ecl package provides a strongly-typed means to build cloud applications that create and interact closely with Enterprise Cloud resources. Resources are exposed for the entire Enterprise Cloud surface area, including (but not limited to), 'compute', 'network', 'storage', and more.

Reference

For detailed reference documentation, please visit the API docs.

About

An Enterprise Cloud Pulumi resource package, providing multi-language access to Enterprise Cloud

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 61.7%
  • Go 22.0%
  • TypeScript 14.7%
  • Makefile 1.2%
  • Shell 0.4%