{"id":15468249,"url":"https://github.com/winebarrel/terraform-provider-op","last_synced_at":"2026-01-08T12:34:34.448Z","repository":{"id":189469577,"uuid":"680722497","full_name":"winebarrel/terraform-provider-op","owner":"winebarrel","description":"Terraform provider for 1Password CLI.","archived":false,"fork":false,"pushed_at":"2024-06-10T23:27:51.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T00:14:35.453Z","etag":null,"topics":["1password-cli","terraform"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winebarrel.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-08-20T07:16:57.000Z","updated_at":"2024-06-10T23:27:54.000Z","dependencies_parsed_at":"2023-08-20T09:39:07.740Z","dependency_job_id":"9cf04239-f768-488d-b9ea-767d64a56d99","html_url":"https://github.com/winebarrel/terraform-provider-op","commit_stats":null,"previous_names":["winebarrel/terraform-provider-op"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fterraform-provider-op","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fterraform-provider-op/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fterraform-provider-op/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winebarrel%2Fterraform-provider-op/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winebarrel","download_url":"https://codeload.github.com/winebarrel/terraform-provider-op/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379383,"owners_count":20767695,"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":["1password-cli","terraform"],"created_at":"2024-10-02T01:40:31.329Z","updated_at":"2026-01-08T12:34:34.409Z","avatar_url":"https://github.com/winebarrel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-op\n\nTerraform provider for [1Password CLI](https://developer.1password.com/docs/cli/).\n\n## Preparation\n\nInstall 1Password CLI.\n\nsee https://developer.1password.com/docs/cli/get-started/\n\n## Usage\n\n```tf\nterraform {\n  required_providers {\n    op = {\n      source = \"winebarrel/op\"\n    }\n  }\n}\n\nprovider \"op\" {\n  # command = \"/usr/local/bin/op\"\n}\n\ndata \"op_item\" \"yahoo\" {\n  # id = \"xxx...\"\n  title = \"yahoo\"\n}\n\noutput \"yahoo_username\" {\n  value = data.op_item.yahoo.username\n}\n\noutput \"yahoo_password\" {\n  value     = data.op_item.yahoo.password\n  sensitive = true\n}\n\noutput \"yahoo_field_value\" {\n  value = data.op_item.yahoo.fields[\"my-label\"]\n}\n```\n\n## Run locally for development\n\n```sh\ncp op.tf.sample op.tf\nmake tf-plan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinebarrel%2Fterraform-provider-op","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinebarrel%2Fterraform-provider-op","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinebarrel%2Fterraform-provider-op/lists"}