{"id":15896144,"url":"https://github.com/navercloudplatform/terraform-provider-ncloud","last_synced_at":"2025-04-04T07:04:24.588Z","repository":{"id":37458343,"uuid":"174406527","full_name":"NaverCloudPlatform/terraform-provider-ncloud","owner":"NaverCloudPlatform","description":"Terraform NaverCloud provider","archived":false,"fork":false,"pushed_at":"2025-03-20T13:24:05.000Z","size":57822,"stargazers_count":110,"open_issues_count":15,"forks_count":74,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-01T18:09:29.292Z","etag":null,"topics":["naver-cloud-platform","ncloud","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/NaverCloudPlatform/ncloud/latest/docs","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/NaverCloudPlatform.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-07T19:24:23.000Z","updated_at":"2025-03-17T23:33:24.000Z","dependencies_parsed_at":"2025-01-02T14:28:31.976Z","dependency_job_id":"06150bb9-f934-4a28-8bda-54fecc1a9699","html_url":"https://github.com/NaverCloudPlatform/terraform-provider-ncloud","commit_stats":{"total_commits":903,"total_committers":55,"mean_commits":"16.418181818181818","dds":0.8194905869324474,"last_synced_commit":"1edbf9e027bfebd820bd179ad364e1d76accded5"},"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaverCloudPlatform%2Fterraform-provider-ncloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaverCloudPlatform%2Fterraform-provider-ncloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaverCloudPlatform%2Fterraform-provider-ncloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NaverCloudPlatform%2Fterraform-provider-ncloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NaverCloudPlatform","download_url":"https://codeload.github.com/NaverCloudPlatform/terraform-provider-ncloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135141,"owners_count":20889420,"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","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":["naver-cloud-platform","ncloud","terraform","terraform-provider"],"created_at":"2024-10-06T09:06:25.632Z","updated_at":"2025-04-04T07:04:24.568Z","avatar_url":"https://github.com/NaverCloudPlatform.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for Naver Cloud Platform\n\n- Website: https://www.terraform.io\n- Documentation: https://www.terraform.io/docs/providers/ncloud/index.html\n- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)\n- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)\n\n\u003cimg src=\"https://cdn.jsdelivr.net/gh/hashicorp/terraform-website@master/public/img/logo-hashicorp.svg\" width=\"600px\"\u003e\n\n## Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) 1.1.5 or later.\n- [Go](https://golang.org/doc/install) v1.23 (to build the provider plugin)\n\n## Building The Provider\n\nClone repository to: `$GOPATH/src/github.com/NaverCloudPlatform/terraform-provider-ncloud`\n\n```sh\n$ mkdir -p $GOPATH/src/github.com/NaverCloudPlatform; cd $GOPATH/src/github.com/NaverCloudPlatform\n$ git clone git@github.com:NaverCloudPlatform/terraform-provider-ncloud.git\n```\n\nEnter the provider directory and build the provider\n\n```sh\n$ cd $GOPATH/src/github.com/NaverCloudPlatform/terraform-provider-ncloud\n$ make build\n```\n\n## Using the provider\n\nSee the [Naver Cloud Platform Provider documentation](http://www.terraform.io/docs/providers/ncloud/index.html) to get started using the Naver Cloud Platform provider.\n\n## Upgrading the provider\n\nTo upgrade to the latest stable version of the Naver Cloud Platform provider run `terraform init -upgrade`. See the [Terraform website](https://www.terraform.io/docs/configuration/providers.html#provider-versions) for more information.\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.11+ is _required_). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\nTo compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```sh\n$ make build\n...\n$ $GOPATH/bin/terraform-provider-ncloud\n...\n```\n\nIn order to test the provider, you can simply run `make test`.\n\n```sh\n$ make test\n```\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n_Note:_ Acceptance tests create real resources, and often cost money to run.\n\n```sh\n$ make testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavercloudplatform%2Fterraform-provider-ncloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavercloudplatform%2Fterraform-provider-ncloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavercloudplatform%2Fterraform-provider-ncloud/lists"}