GithubHelp home page GithubHelp logo

jason-zhang9309 / pulumi-huaweicloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huaweicloud/pulumi-huaweicloud

0.0 1.0 0.0 93.65 MB

License: Apache License 2.0

Go 0.28% Makefile 0.03% Dockerfile 0.01% TypeScript 26.57% JavaScript 0.01% Python 73.08% Shell 0.02% HTML 0.01%

pulumi-huaweicloud's Introduction

Huaweicloud Pulumi Provider

The Huaweicloud Pulumi Provider lets you manage Huaweicloud 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 @huaweicloudos/huaweicloud

or yarn:

yarn add @huaweicloudos/huaweicloud

Python

To use from Python, install using pip:

pip install pulumi_huaweicloud

Go

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

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

Configuration

The following configuration points are available for the huaweicloud provider:

  • huaweicloud:region - (Optional) This is the Huawei Cloud region. It must be provided when using static credentials authentication, but it can also be sourced from the HW_REGION_NAME environment variables.

  • huaweicloud:access_key - (Optional) The access key of the HuaweiCloud to use. If omitted, the HW_ACCESS_KEY environment variable is used.

  • huaweicloud:secret_key - (Optional) The secret key of the HuaweiCloud to use. If omitted, the HW_SECRET_KEY environment variable is used.

  • huaweicloud:shared_config_file - (Optional) The path to the shared config file. If omitted, the HW_SHARED_CONFIG_FILE environment variable is used.

  • huaweicloud:profile - (Optional) The profile name as set in the shared config file. If omitted, the HW_PROFILE environment variable is used. Defaults to the current profile in the shared config file.

  • huaweicloud:assume_role - (Optional) Configuration block for an assumed role. See below. Only one assume_role block may be in the configuration.

  • huaweicloud:project_name - (Optional) The Name of the project to login with. If omitted, the HW_PROJECT_NAME environment variable or region is used.

  • huaweicloud:domain_name - (Optional) The Account name of IAM to scope to. If omitted, the HW_DOMAIN_NAME environment variable is used.

  • huaweicloud:security_token - (Optional) The security token to authenticate with a temporary security credential. If omitted, the HW_SECURITY_TOKEN environment variable is used.

  • huaweicloud:cloud - (Optional) The endpoint of the cloud provider. If omitted, the HW_CLOUD environment variable is used. Defaults to myhuaweicloud.com.

  • huaweicloud:auth_url - (Optional, Required before 1.14.0) The Identity authentication URL. If omitted, the HW_AUTH_URL environment variable is used. Defaults to https://iam.{{region}}.{{cloud}}:443/v3.

  • huaweicloud:insecure - (Optional) Trust self-signed SSL certificates. If omitted, the HW_INSECURE environment variable is used.

  • huaweicloud:max_retries - (Optional) This is the maximum number of times an API call is retried, in the case where requests are being throttled or experiencing transient failures. The delay between the subsequent API calls increases exponentially. The default value is 5. If omitted, the HW_MAX_RETRIES environment variable is used.

  • huaweicloud:enterprise_project_id - (Optional) Default Enterprise Project ID for supported resources. If omitted, the HW_ENTERPRISE_PROJECT_ID environment variable is used.

  • huaweicloud:endpoints - (Optional) Configuration block in key/value pairs for customizing service endpoints. The following endpoints support to be customized: autoscaling, ecs, ims, vpc, nat, evs, obs, sfs, cce, rds, dds, iam. An example provider configuration:

    provider "huaweicloud" {
      ...
      endpoints = {
        ecs = "https://ecs-customizing-endpoint.com"
      }
    }

The assume_role block supports:

  • agency_name - (Required) The name of the agency for assume role. If omitted, the HW_ASSUME_ROLE_AGENCY_NAME environment variable is used.
  • domain_name - (Required) The name of the agency domain for assume role. If omitted, the HW_ASSUME_ROLE_DOMAIN_NAME environment variable is used.

Reference

For detailed reference documentation, please visit the Huaweicloud Pulumi Provider.

pulumi-huaweicloud's People

Contributors

jason-zhang9309 avatar niuzhenguo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.