All Projects → yunify → terraform-provider-qingcloud

yunify / terraform-provider-qingcloud

Licence: MPL-2.0 license
Terraform QingCloud Provider

Programming Languages

go
31211 projects - #10 most used programming language
HCL
1544 projects
HTML
75241 projects

Projects that are alternatives of or similar to terraform-provider-qingcloud

terraform-provider-civo
Terraform Civo provider
Stars: ✭ 54 (+58.82%)
Mutual labels:  terraform-provider
terraform-provider-akamai
An Akamai GTM Terraform provider
Stars: ✭ 14 (-58.82%)
Mutual labels:  terraform-provider
terraform-provider-opc
Terraform Oracle Public Cloud provider
Stars: ✭ 29 (-14.71%)
Mutual labels:  terraform-provider
terraform-provider-cloudhealth
Terraform provider for Cloudhealth
Stars: ✭ 14 (-58.82%)
Mutual labels:  terraform-provider
terraform-provider-servicenow
Terraform provider to manage ServiceNow objects.
Stars: ✭ 25 (-26.47%)
Mutual labels:  terraform-provider
terraform-provider-gotemplate
a custom terraform provider to use go text/template language instead of terraform's
Stars: ✭ 20 (-41.18%)
Mutual labels:  terraform-provider
terraform-provider-env0
Terraform Provider for env0
Stars: ✭ 28 (-17.65%)
Mutual labels:  terraform-provider
terraform-provider-ignition
Terraform Ignition provider
Stars: ✭ 37 (+8.82%)
Mutual labels:  terraform-provider
terraform-provider-auth0
Please see https://github.com/alexkappa/terraform-provider-auth0
Stars: ✭ 28 (-17.65%)
Mutual labels:  terraform-provider
terraform-provider-alks
Terraform Provider for ALKS
Stars: ✭ 35 (+2.94%)
Mutual labels:  terraform-provider
terraform-provider-concourse
A terraform provider for Concourse
Stars: ✭ 49 (+44.12%)
Mutual labels:  terraform-provider
terraform-provider-jenkins
A Terraform plugin to enable JenkinsCI manipulation from Terraform.
Stars: ✭ 47 (+38.24%)
Mutual labels:  terraform-provider
terraform-provider-akamai
Terraform Akamai provider
Stars: ✭ 75 (+120.59%)
Mutual labels:  terraform-provider
terraform-provider-graylog
Terraform Provider for Graylog
Stars: ✭ 21 (-38.24%)
Mutual labels:  terraform-provider
terraform-provider-rediscloud
Terraform Redis Enterprise Cloud Pro Provider: Deploy, update, and manage Redis Enterprise Cloud Pro databases as code through HashiCorp Terraform
Stars: ✭ 24 (-29.41%)
Mutual labels:  terraform-provider
terraform-provider-vra
Terraform VMware vRealize Automation provider
Stars: ✭ 82 (+141.18%)
Mutual labels:  terraform-provider
terraform-provider-boundary
Manage Boundary's identity-based access controls for resources provisioned with Terraform. This provider is maintained internally by the HashiCorp Boundary team.
Stars: ✭ 87 (+155.88%)
Mutual labels:  terraform-provider
terraform-provider-nexus
Terraform provider for Sonatype Nexus
Stars: ✭ 74 (+117.65%)
Mutual labels:  terraform-provider
terraform-provider-signalfx
Terraform SignalFx provider
Stars: ✭ 26 (-23.53%)
Mutual labels:  terraform-provider
terraform-provider-phpipam
Terrform provider for PHPIPAM
Stars: ✭ 45 (+32.35%)
Mutual labels:  terraform-provider

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].