{"id":30339727,"url":"https://github.com/yunify/terraform-provider-qingcloud","last_synced_at":"2025-09-05T10:39:22.537Z","repository":{"id":48634638,"uuid":"106804838","full_name":"yunify/terraform-provider-qingcloud","owner":"yunify","description":"Terraform QingCloud Provider","archived":false,"fork":false,"pushed_at":"2023-02-15T02:24:47.000Z","size":61270,"stargazers_count":34,"open_issues_count":7,"forks_count":30,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-29T13:06:55.126Z","etag":null,"topics":["qingcloud","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yunify.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-13T09:28:23.000Z","updated_at":"2022-08-10T06:00:05.000Z","dependencies_parsed_at":"2024-06-18T22:39:33.249Z","dependency_job_id":"1b43d5a7-5ae4-4dfb-ac59-9cf85409be00","html_url":"https://github.com/yunify/terraform-provider-qingcloud","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/yunify/terraform-provider-qingcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunify%2Fterraform-provider-qingcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunify%2Fterraform-provider-qingcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunify%2Fterraform-provider-qingcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunify%2Fterraform-provider-qingcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunify","download_url":"https://codeload.github.com/yunify/terraform-provider-qingcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunify%2Fterraform-provider-qingcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270958070,"owners_count":24675319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qingcloud","terraform","terraform-provider"],"created_at":"2025-08-18T07:16:19.787Z","updated_at":"2025-08-18T07:16:26.064Z","avatar_url":"https://github.com/yunify.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-qingcloud\n\nTerraform-Qingcloud-Plugin [![CircleCI](https://circleci.com/gh/yunify/terraform-provider-qingcloud/tree/master.svg?style=svg)](https://circleci.com/gh/yunify/terraform-provider-qingcloud/tree/master)\n[![codebeat badge](https://codebeat.co/badges/d6cc83ea-779f-4fce-8091-abc0b719d271)](https://codebeat.co/projects/github-com-yunify-qingcloud-terraform-provider-master-3c5cd450-e81b-4eb1-aaf6-aa9b76158d6f)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fyunify%2Fterraform-provider-qingcloud.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fyunify%2Fterraform-provider-qingcloud?ref=badge_shield)\n\n## Usage\n\n### Install terraform-provider-qingcloud\n\nTo install Terraform, find the [appropriate package](https://github.com/yunify/terraform-provider-qingcloud/releases) for your system and download it. Terraform is packaged as a tgz archive.  \nAfter downloading Terraform, unzip the package.   \nOn Linux or Mac , put the binary file to in the sub-path .terraform.d/plugins in your user's home directory.\nOn Windows , put the binary file to in the sub-path terraform.d/plugins beneath your user's \"Application Data\" directory.\nThen put the binary file into terraform 's PATH.\n\n### Verifying the Installation\n\n```shell\ngit clone https://github.com/yunify/terraform-provider-qingcloud.git\ncd ./terraform-provider-qingcloud/terraform/example/init\nterraform init\nterraform -v\n```\n\nYou can execute the above script . If you installed the provider correctly, you should see output similar to the one below .  \n\n```shell\nTerraform v0.13.0\n+ provider registry.terraform.io/yunify/qingcloud v1.2.6\n```\n\n## Finish Resource:\n\n- [x] Instance\n- [x] Volume\n- [x] Vxnet\n- [ ] Router(Deprecated,Use Vpc in SDN2.0)\n- [x] Eip\n- [x] SecurityGroups\n- [x] SecurityGroupRules\n- [x] Keypairs\n- [x] Vpc\n- [x] Tag\n- [x] VpcStatic\n- [x] LoadBalancer\n- [x] LoadBalancerListener\n- [x] LoadBalancerBackend\n- [x] Server Certificate\n- [x] VPN Cert\n\n## Contributing\n\n1. Fork it ( https://github.com/yunify/terraform-provider-qingcloud/fork )\n2. Create your feature branch (`git checkout -b new-feature`)\n3. Commit your changes (`git commit -asm 'Add some feature'`)\n4. Push to the branch (`git push origin new-feature`)\n5. Create a new Pull Request    \n\n## Special Thanks\n\n[CuriosityChina](https://github.com/CuriosityChina)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunify%2Fterraform-provider-qingcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunify%2Fterraform-provider-qingcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunify%2Fterraform-provider-qingcloud/lists"}