Giter Club home page Giter Club logo

terraform-provider-qingcloud's Introduction

terraform-qingcloud

Terraform-Qingcloud-Plugin CircleCI codebeat badge FOSSA Status

Usage

Install terraform-provider-qingcloud

To install Terraform, find the appropriate package for your system and download it. Terraform is packaged as a tgz archive.
After downloading Terraform, unzip the package.
On Linux or Mac , put the binary file to in the sub-path .terraform.d/plugins in your user's home directory. On Windows , put the binary file to in the sub-path terraform.d/plugins beneath your user's "Application Data" directory. Then put the binary file into terraform 's PATH.

Verifying the Installation

git clone https://github.com/yunify/terraform-provider-qingcloud.git
cd ./terraform-provider-qingcloud/terraform/example/init
terraform init
terraform -v

You can execute the above script . If you installed the provider correctly, you should see output similar to the one below .

Terraform v0.13.0
+ provider registry.terraform.io/yunify/qingcloud v1.2.6

Finish Resource:

  • Instance
  • Volume
  • Vxnet
  • Router(Deprecated,Use Vpc in SDN2.0)
  • Eip
  • SecurityGroups
  • SecurityGroupRules
  • Keypairs
  • Vpc
  • Tag
  • VpcStatic
  • LoadBalancer
  • LoadBalancerListener
  • LoadBalancerBackend
  • Server Certificate
  • VPN Cert

Contributing

  1. Fork it ( https://github.com/yunify/terraform-provider-qingcloud/fork )
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -asm 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create a new Pull Request

Special Thanks

CuriosityChina

terraform-provider-qingcloud's People

Contributors

liu2972505 avatar lowstz avatar magicshui avatar nevill avatar runzexia avatar shaowenchen avatar theharveyz avatar wangjiaxi95 avatar xibolun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-provider-qingcloud's Issues

delete vendor directory from gitignore list

I downloaded the source code by executing "go get" and found that vendor libraries were not included in our repo. I think it would be better if the end user can build the source code without downloading any other dependencies.

add travis-ci and appveyor to this project

travis-ci /circle.io and appveyor are popular saas ci service. it will help you automate release process.

Add a step to push artifacts to GitHub release so that the end user can just download program from GitHub.

Deprecated Router

In SDN2.0 , the name of router is vpc , use difference resource name to divide SDN1.0 and SDN2.0.
Router will be deprecated in next release.

Rename provider.id&provider.secret

Now there is a problem.If i don't rename the id field , acceptance tests cannot start , because terraform would check validity of field . And "id" is terraform reserved field , so it is a invalid field . It would interrupt the init of acceptance tests .

Proposal: generate resources from api specs.

I'm wondering if it is possible to generate terraform resources from api specs.
It would be much easier to add support for new resources if we can generate resources from api specs.

Feature request: Add version to help debug

Terraform Version

Terraform v0.11.1

  • provider.qingcloud (unversioned)

Affected Resource(s)

all of the resources

Expected Behavior

What should have happened?
return the version number of qingcloud plugin

Actual Behavior

What actually happened?
version number is unversioned

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform -v

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.