{"id":17105381,"url":"https://github.com/kffl/terraform-provider-totp","last_synced_at":"2025-04-13T01:13:32.217Z","repository":{"id":37851081,"uuid":"435589449","full_name":"kffl/terraform-provider-totp","owner":"kffl","description":"Terraform utility provider for generating Time-Based One-Time Passwords (TOTPs) :alarm_clock::key:","archived":false,"fork":false,"pushed_at":"2023-02-15T18:59:45.000Z","size":138,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T01:13:28.225Z","etag":null,"topics":["authenticator","otp","terraform","terraform-provider","totp","twofactorauth"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/kffl/totp/latest","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/kffl.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":"2021-12-06T17:37:24.000Z","updated_at":"2024-02-20T22:54:24.000Z","dependencies_parsed_at":"2023-02-16T10:16:25.138Z","dependency_job_id":null,"html_url":"https://github.com/kffl/terraform-provider-totp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kffl%2Fterraform-provider-totp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kffl%2Fterraform-provider-totp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kffl%2Fterraform-provider-totp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kffl%2Fterraform-provider-totp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kffl","download_url":"https://codeload.github.com/kffl/terraform-provider-totp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650754,"owners_count":21139681,"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":["authenticator","otp","terraform","terraform-provider","totp","twofactorauth"],"created_at":"2024-10-14T15:41:49.895Z","updated_at":"2025-04-13T01:13:32.191Z","avatar_url":"https://github.com/kffl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform TOTP Provider\n\nThe TOTP provider is a utility provider, which allows for generating Time-Based One-Time Passwords (TOTP) following the RFC 6238 standard implemented by mobile apps such as Google Authenticator, Microsoft Authenticator or FreeOTP.\n\n## Example Usage\n\n```hcl\ndata \"totp\" \"my_totp\" {\n  secret = var.totp_secret\n\n  # optionally specify the algorithm, period and the number of digits\n  algorithm = \"SHA1\"\n  period    = 30\n  digits    = 6\n}\n```\n\nThe generated TOTP is exposed as `passcode` attribute (i.e. `data.totp.my_totp.passcode`). Check the `examples` folder for additional usage examples.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkffl%2Fterraform-provider-totp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkffl%2Fterraform-provider-totp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkffl%2Fterraform-provider-totp/lists"}