{"id":19805991,"url":"https://github.com/cycloidio/terraform-provider-cycloid","last_synced_at":"2026-03-13T12:01:04.328Z","repository":{"id":219962917,"uuid":"733055918","full_name":"cycloidio/terraform-provider-cycloid","owner":"cycloidio","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-12T12:41:58.000Z","size":819,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-12T16:18:46.232Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/cycloidio/cycloid/latest/docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cycloidio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-18T13:15:44.000Z","updated_at":"2026-03-12T12:37:22.000Z","dependencies_parsed_at":"2024-04-17T10:49:29.746Z","dependency_job_id":"7b8d6779-54b3-451a-aae1-3e0a91534960","html_url":"https://github.com/cycloidio/terraform-provider-cycloid","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.4444444444444444,"last_synced_commit":"aea1e75130bcd4e63aa09f19032efee95e88a583"},"previous_names":["cycloidio/terraform-provider-cycloid"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/cycloidio/terraform-provider-cycloid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycloidio%2Fterraform-provider-cycloid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycloidio%2Fterraform-provider-cycloid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycloidio%2Fterraform-provider-cycloid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycloidio%2Fterraform-provider-cycloid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cycloidio","download_url":"https://codeload.github.com/cycloidio/terraform-provider-cycloid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycloidio%2Fterraform-provider-cycloid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30466557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-12T09:06:06.526Z","updated_at":"2026-03-13T12:01:04.322Z","avatar_url":"https://github.com/cycloidio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Cycloid\n\n## User documentation\n\nFollow the provider documentation on the [terraform registry](https://registry.terraform.io/providers/cycloidio/cycloid/latest/docs).\n\n## Contibuting (cycloid only)\n\nPlease look at the [DEVELOPING_TIPS](./DEVELOPING_TIPS.md) file.\n\n## Use a development version of the provider\n\nTo use or test a developpement version of the provider you'll need to clone this repo an follow these commands:\n\n#### Build the provider\n\n```\nmake build\n```\n\n#### Install it\n\n```\nmake install\n```\n\n#### Add this file somewhere convenient\n\nWrite this for example here `.ci/dev.tfrc`, put the absolute path to this repo.\n\n```hcl\nprovider_installation {\n  dev_overrides {\n    \"registry.terraform.io/cycloidio/cycloid\" = \"/absolute/path/to/the/terraform/repo\"\n  }\n\n  direct {}\n}\n```\n\n#### Export the `TF_CLI_CONFIG_FILE` env var\n\nThe value should point to the file we created\n\n```\nTF_CLI_CONFIG_FILE=/absolute/path/to/the/terraform/repo/.ci/dev.tfrc\n```\n\n#### Now you can execute terraform with the local provider\n\n```\nTF_CLI_CONFIG_FILE=/path/to/.ci/dev.tfrc terraform plan\n```\n\nTerraform should output a warning indicating a local dev provider override that looks like this:\n\n```\n╷\n│ Warning: Provider development overrides are in effect\n│\n│ The following provider development overrides are set in the CLI configuration:\n│  - cycloidio/cycloid in /home/stammfrei/projects/cycloid/terraform-provider-cycloid.git/branches/24-stack-visibility-support\n│\n│ The behavior may therefore not match any released version of the provider and applying changes may cause the state to become incompatible with published releases.\n╵\n```\n\nYou can look in `tests/e2e` for example of minimal terraform files for testing the provider.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycloidio%2Fterraform-provider-cycloid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycloidio%2Fterraform-provider-cycloid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycloidio%2Fterraform-provider-cycloid/lists"}