Metadata-Version: 2.1
Name: pulumi-sakuracloud
Version: 0.2.0
Summary: A Pulumi package for creating and managing SakuraCloud resources.

> This provider is a derived work of the [Terraform Provider](https://github.com/sacloud/terraform-provider-sakuracloud)
> distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,
> first check the [`pulumi/pulumi-sakuracloud` repo](https://github.com/pulumi/pulumi-sakuracloud/issues); however, if that doesn't turn up anything,
> please consult the source [`sacloud/terraform-provider-sakuracloud` repo](https://github.com/sacloud/terraform-provider-sakuracloud/issues).
Home-page: https://github.com/sacloud/pulumi-sakuracloud
License: Apache-2.0
Project-URL: Repository, https://github.com/sacloud/pulumi-sakuracloud
Description: # Pulumi Provider for SakuraCloud
        
        ## Installing
        
        ### pulumi plugin
        
            $ pulumi plugin install resource sakuracloud 0.2.0 --server https://github.com/sacloud/pulumi-sakuracloud/releases/download/0.2.0
        
        ### SDK
        
        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 @sacloud/pulumi_sakuracloud
        
        or `yarn`:
        
            $ yarn add @sacloud/pulumi_sakuracloud
        
        ### Python
        
        To use from Python, install using `pip`:
        
            $ pip install pulumi_sakuracloud
        
        ### Go
        
        To use from Go, use `go get` to grab the latest version of the library
        
            $ go get github.com/sacloud/pulumi-sakuracloud/sdk/go/...
            
        ### .NET core(C#, VB.NET, and F#) **Preview**
        
        To use from .NET core, use `dotnet` to grab the latest version of the library
        
            $ dotnet add package Pulumi.Sakuracloud
        
        ## Configuration
        
        The following configuration points are available for the `sakuracloud` provider:
        
        - `sakuracloud:token` (environment: `SAKURACLOUD_ACCESS_TOKEN`) - the API token for `sakuracloud`
        - `sakuracloud:secret` (environment: `SAKURACLOUD_ACCESS_TOKEN_SECRET`) - the API secret for `sakuracloud`
        - `sakuracloud:zone` (environment: `SAKURACLOUD_ZONE`) - the default zone in which to deploy resources
        
        
Keywords: pulumi sakuracloud
Platform: UNKNOWN
Description-Content-Type: text/markdown
