{"id":13638932,"url":"https://github.com/xinau/terraform-provider-cue","last_synced_at":"2026-05-20T05:05:56.453Z","repository":{"id":37861373,"uuid":"440671579","full_name":"xinau/terraform-provider-cue","owner":"xinau","description":"Terraform provider for generating JSON documents with CUE.","archived":false,"fork":false,"pushed_at":"2023-03-03T12:00:47.000Z","size":213,"stargazers_count":4,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-21T01:01:08.562Z","etag":null,"topics":["cue","cuelang","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/xinau/cue","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/xinau.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-12-21T22:55:22.000Z","updated_at":"2024-09-29T12:55:35.000Z","dependencies_parsed_at":"2024-01-14T09:23:35.602Z","dependency_job_id":null,"html_url":"https://github.com/xinau/terraform-provider-cue","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":"0.40740740740740744","last_synced_commit":"d5935e0f4ae1f30a63ead2b1d534e52a0196f1d7"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinau%2Fterraform-provider-cue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinau%2Fterraform-provider-cue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinau%2Fterraform-provider-cue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinau%2Fterraform-provider-cue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xinau","download_url":"https://codeload.github.com/xinau/terraform-provider-cue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249811135,"owners_count":21328748,"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":["cue","cuelang","terraform","terraform-provider"],"created_at":"2024-08-02T01:00:55.528Z","updated_at":"2026-05-20T05:05:56.418Z","avatar_url":"https://github.com/xinau.png","language":"Go","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# Terraform Provider CUE\n\nTerraform provider for generating JSON documents with\n[CUE](https://cuelang.org/).\n\n## Documentation\n\nThe documentation for the CUE provider is available on the [Terraform\nRegistry](https://registry.terraform.io/providers/xinau/cue/latest/docs).\n\n## Versions\n\nThe following table displays the CUE version the provider uses.\n\n| Terraform Provider | CUE    |\n|--------------------|--------|\n| v0.2.0             | v0.4.3 |\n| v0.1.0             | v0.4.1 |\n\n## Requirements\n\n* [Terraform](https://www.terraform.io/downloads.html) \u003e= 1.0\n* [Go](https://golang.org/doc/install) \u003e= 1.18\n\n## Building the Provider\n\nTo build the provider, you'll need to clone the repository and execute the Go\n`install` command from inside the repository's directory.\n\n```bash\ngo install\n```\n\n## Using the provider\n\nThe provider can be used by adding it to the [provider\nrequirements](https://developer.hashicorp.com/terraform/language/providers/requirements).\n\n```terraform\nterraform {\n  required_providers {\n    cue = {\n      source  = \"xinau/cue\"\n    }\n  }\n}\n```\n\nIf you wish to use a local provider binary instead, it will need to added to the\n[development overrides](https://developer.hashicorp.com/terraform/cli/config/config-file#development-overrides-for-provider-developers).\n\n```terraform\nprovider_installation {\n  dev_overrides {\n    \"xinau/cue\" = \"/home/developer/go/bin/terraform-provider-cue\"\n  }\n\n  direct {}\n}\n```\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need\n[Go](https://www.golang.org) installed on your machine (see\n[Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put\nthe provider binary in the `$GOPATH/bin` directory.\n\nTo generate or update documentation, run `go generate`.\n\n## LICENSE\n\nThis project is under [MPL-2.0 license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxinau%2Fterraform-provider-cue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxinau%2Fterraform-provider-cue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxinau%2Fterraform-provider-cue/lists"}