{"id":16768031,"url":"https://github.com/bouk/terraform-provider-ejson","last_synced_at":"2026-05-20T09:08:29.670Z","repository":{"id":39708499,"uuid":"322036739","full_name":"bouk/terraform-provider-ejson","owner":"bouk","description":"A Terraform provider that can decrypt ejson on-the-fly","archived":false,"fork":false,"pushed_at":"2022-05-27T12:18:00.000Z","size":85,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-23T01:11:22.201Z","etag":null,"topics":["ejson","terraform"],"latest_commit_sha":null,"homepage":"","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/bouk.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}},"created_at":"2020-12-16T16:17:11.000Z","updated_at":"2022-08-10T22:36:05.000Z","dependencies_parsed_at":"2022-08-24T01:31:32.281Z","dependency_job_id":null,"html_url":"https://github.com/bouk/terraform-provider-ejson","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouk%2Fterraform-provider-ejson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouk%2Fterraform-provider-ejson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouk%2Fterraform-provider-ejson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bouk%2Fterraform-provider-ejson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bouk","download_url":"https://codeload.github.com/bouk/terraform-provider-ejson/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243872720,"owners_count":20361536,"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":["ejson","terraform"],"created_at":"2024-10-13T06:10:37.057Z","updated_at":"2026-05-20T09:08:24.639Z","avatar_url":"https://github.com/bouk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Ejson\n\nRun the following command to build the provider\n\n```shell\ngo build -o terraform-provider-ejson\n```\n\n## Example\n\n```terraform\nterraform {\n  required_providers {\n    ejson = {\n      version = \"1.1.1\"\n      source  = \"bouk/ejson\"\n    }\n  }\n}\n\nprovider \"ejson\" {\n  keydir = \"keys\" # Optional, defaults to $EJSON_KEYDIR or /opt/ejson/keys\n}\n\ndata \"ejson_file\" \"config\" {\n  file = \"secrets.ejson\"\n  private_key = \"12312...\" # Optional, reads from keydir by default\n}\n```\n\n`data.ejson_file.config` will contain a `data` attribute containing the decrypted JSON, and a `map` attribute with all the string key: values. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouk%2Fterraform-provider-ejson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbouk%2Fterraform-provider-ejson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbouk%2Fterraform-provider-ejson/lists"}