{"id":23197059,"url":"https://github.com/ytsaurus/ytsaurus-terraform-provider","last_synced_at":"2025-08-18T22:32:30.920Z","repository":{"id":180935933,"uuid":"646912314","full_name":"ytsaurus/ytsaurus-terraform-provider","owner":"ytsaurus","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-21T12:02:08.000Z","size":103,"stargazers_count":7,"open_issues_count":6,"forks_count":4,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-08-21T13:29:37.389Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ytsaurus.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-29T16:15:07.000Z","updated_at":"2024-08-21T12:02:12.000Z","dependencies_parsed_at":"2023-09-17T20:15:12.747Z","dependency_job_id":"c1fdb0f7-6e32-4514-9d13-84c1b0548029","html_url":"https://github.com/ytsaurus/ytsaurus-terraform-provider","commit_stats":null,"previous_names":["ytsaurus/terraform-provider-ytsaurus","ytsaurus/ytsaurus-terraform-provider"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-terraform-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-terraform-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-terraform-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytsaurus%2Fytsaurus-terraform-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytsaurus","download_url":"https://codeload.github.com/ytsaurus/ytsaurus-terraform-provider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230286424,"owners_count":18202696,"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":[],"created_at":"2024-12-18T14:27:48.348Z","updated_at":"2024-12-18T14:27:48.852Z","avatar_url":"https://github.com/ytsaurus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-ytsaurus\n\n## Installation from Terraform mirror\n### Example layout\n- **\\$HOME/.terraformrc** - Terraform configuration file.\n- **$HOME/tf** - a folder with Terraform files with your infrastructure configuration.\n- **$HOME/tf/providers.tf** - .tf file required providers configuration\n\n### How to download YTsaurus terraform-provider\nRun from your Terraform configuration\n```\n $ cd $HOME/tf\n $ cat providers.tf\nterraform {\n  required_providers {\n    ytsaurus = {\n      source = \"terraform-provider.ytsaurus.tech/ytsaurus/ytsaurus\"\n    }\n  }\n}\n\n $ terraform init\n\n```\n## Installation from source code\n### Prerequirements\n\nBelow is a list of things you should have or configure:\n\n* golang\n* GOPATH environment variable\n* Terraform binary\n* YTsaurus main repo\n* YTsaurus cluster for acceptance tests\n\n### Example layout\n\n- **\\$HOME/.terraformrc** - Terraform configuration file.\n- **\\$HOME/go** - golang home, and GOPATH value.\n- **\\$HOME/go/src/terraform-provider-ytsaurus** - a folder with the provider's source code from github.com:ytsaurus/terraform-provider-ytsaurus.git.\n- **$HOME/ytsaurus** - a folder with terraform-provider-ytsaurus checked out from github.com:ytsaurus/terraform-provider-ytsaurus.git.\n- **$HOME/tf** - a folder with Terraform files with your infrastructure configuration.\n\n### How to run tests\n\n```\n~/ytsaurus/yt/docker/local/run_local_cluster.sh\ncd ~/go/src/terraform-provider-ytsaurus\nmake test\n```\n\n### How to install\n\n```\ncd ~/go/src/terraform-provider-ytsaurus\nmake install\n```\n\n### How to configure ~/.terraformrc for development and tests\nRun ```make install```.\n\nAdd ```dev_overrides``` to ~/.terraformrc,\nand do not run ```terraform init``` inside a directory with your .tf files.\n\n\n```\n $ cat ~/.terraformrc\nprovider_installation {\n  dev_overrides {\n      \"registry.terraform.io/ytsaurus/ytsaurus\" = \"\u003cHOME\u003e/go/bin\"\n  }\n  direct {\n      exclude = [\"registry.terraform.io/ytsaurus/*\"]\n  }\n}\n```\n\n## Examples\n\nPlease see \\$HOME/go/src/terraform-provider-ytsaurus/examples\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytsaurus%2Fytsaurus-terraform-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytsaurus%2Fytsaurus-terraform-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytsaurus%2Fytsaurus-terraform-provider/lists"}