{"id":20567781,"url":"https://github.com/isometry/terraform-provider-keychain","last_synced_at":"2025-04-14T15:53:36.365Z","repository":{"id":64303030,"uuid":"208150949","full_name":"isometry/terraform-provider-keychain","owner":"isometry","description":"Terraform provider for passwords in the macOS Keychain","archived":false,"fork":false,"pushed_at":"2025-03-13T00:26:51.000Z","size":129,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T17:02:10.653Z","etag":null,"topics":["keychain","macos","terraform-provider"],"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/isometry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-09-12T21:39:36.000Z","updated_at":"2025-01-04T23:23:16.000Z","dependencies_parsed_at":"2024-01-15T09:06:42.426Z","dependency_job_id":"ebd14193-3ab4-4e72-a7a5-674a4a431f13","html_url":"https://github.com/isometry/terraform-provider-keychain","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.3076923076923077,"last_synced_commit":"06891232f4e9f95af67fb6dbc7475ab11f287060"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isometry%2Fterraform-provider-keychain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isometry%2Fterraform-provider-keychain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isometry%2Fterraform-provider-keychain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isometry%2Fterraform-provider-keychain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isometry","download_url":"https://codeload.github.com/isometry/terraform-provider-keychain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248911567,"owners_count":21182113,"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":["keychain","macos","terraform-provider"],"created_at":"2024-11-16T04:48:30.398Z","updated_at":"2025-04-14T15:53:36.343Z","avatar_url":"https://github.com/isometry.png","language":"Go","readme":"# Terraform Keychain Provider\n\nA simple proof-of-concept Terraform provider for managing passwords in the macOS Keychain.\n\n## Provider\n\n```terraform\nprovider \"keychain\" {}\n```\n\n## Data Sources\n\n### keychain_password\n\nThe `keychain_password` data source can be used to retrieve the password associated with an existing macOS Keychain item.\n\n\u003e WARNING: use of this data source will result in a Keychain password being copied into your Terraform state *in plaintext*. Please consider the security implications and weigh the risks before use!\n\n#### Example Usage\n\n```terraform\ndata \"keychain_password\" \"example\" {\n  service  = \"https://data.example.com\"\n  username = \"test@example.com\"\n}\n```\n\n#### Argument Reference\n\nThe following arguments are supported:\n\n* `class` – (Optional) The class of item to filter on. Allowed options are `generic` for Generic Passwords and `internet` for Internet Passwords. Default: `generic`.\n* `service` – (Required) The service (typically the host or website) to filter on.\n* `username` – (Required) The username to filter on.\n\n#### Attribute Reference\n\nThe only exported attribute is `password`, which is the password of the matching item, or `null` if no matching item was found.\n\n## Resources\n\n### keychain_password\n\nThe `keychain_password` resource can be used to create and manage macOS Keychain password items.\n\n\u003e WARNING: use of this resource will leave a copy of the password in your Terraform state *in plaintext*. Please consider the security implications and weigh the risks before use!\n\n#### Example Usage\n\n```terraform\nresource \"keychain_password\" \"example\" {\n  class    = \"internet\"\n  kind     = \"Internet password\"\n  service  = \"https://resource.example.com\"\n  username = \"test@example.com\"\n  password = \"Passw0rd!\"\n}\n```\n\n#### Argument Reference\n\nThe following arguments are supported:\n\n* `class` – (Optional) The class of item. Allowed options are `generic` for Generic Passwords and `internet` for Internet Passwords. Default: `generic`.\n* `kind` – (Optional) The kind of item. Default: `terraform password`.\n* `service` – (Required) The service (typically the host or website).\n* `username` – (Required) The username or account name.\n* `password` – (Required) The password.\n\n#### Attribute Reference\n\nNo useful attributes are exported.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisometry%2Fterraform-provider-keychain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisometry%2Fterraform-provider-keychain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisometry%2Fterraform-provider-keychain/lists"}