{"id":30703155,"url":"https://github.com/dfinity/terraform-provider-ic","last_synced_at":"2025-09-02T16:56:27.436Z","repository":{"id":241338137,"uuid":"772532012","full_name":"dfinity/terraform-provider-ic","owner":"dfinity","description":"A Terraform provider for provisioning Internet Computer canisters","archived":false,"fork":false,"pushed_at":"2025-06-10T21:23:18.000Z","size":13032,"stargazers_count":6,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-28T04:51:09.696Z","etag":null,"topics":["internetcomputer","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfinity.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-03-15T11:29:33.000Z","updated_at":"2025-06-02T14:42:33.000Z","dependencies_parsed_at":"2024-05-27T20:41:00.609Z","dependency_job_id":"a7612007-34e5-42f2-9c88-b91357ab553f","html_url":"https://github.com/dfinity/terraform-provider-ic","commit_stats":null,"previous_names":["dfinity/terraform-provider-ic"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dfinity/terraform-provider-ic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fterraform-provider-ic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fterraform-provider-ic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fterraform-provider-ic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fterraform-provider-ic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfinity","download_url":"https://codeload.github.com/dfinity/terraform-provider-ic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfinity%2Fterraform-provider-ic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273317765,"owners_count":25084037,"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-09-02T02:00:09.530Z","response_time":77,"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":["internetcomputer","terraform"],"created_at":"2025-09-02T16:56:26.109Z","updated_at":"2025-09-02T16:56:27.423Z","avatar_url":"https://github.com/dfinity.png","language":"Go","readme":"# Terraform Provider for the IC\n\nA [Terraform provider](https://developer.hashicorp.com/terraform/language/providers) for the [Internet Computer](http://internetcomputer.org).\n\n\n```terraform\nresource \"ic_canister\" \"hello_world\" {\n\n    wasm_file = \"${path.root}/hello-world.wasm\"\n\n    arg = { greeter = \"Hi\" }\n\n    controllers = [ \"fgte5-ciaaa-aaaad-aaatq-cai\" ]\n}\n```\n\nFor provider usage, visit the [official docs](https://registry.terraform.io/providers/dfinity/ic/latest/docs).\n\n\u003e [!CAUTION]\n\u003e `terraform-provider-ic` is under active development and highly experimental.\n\nThe rest of this document describes how to **BUILD** the provider.\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.21\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\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 (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\nTo generate or update documentation, run `go generate`.\n\nTo run the tests, start a local replica with `dfx start` and then run `make`.\n\n## Releasing the provider\n\nCreate a tag:\n\n```shell\ngit tag v0.0.3\n```\n\nPush the tag to trigger release creation:\n\n```shell\ngit push origin v0.0.3\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Fterraform-provider-ic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfinity%2Fterraform-provider-ic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfinity%2Fterraform-provider-ic/lists"}