{"id":20238459,"url":"https://github.com/smallstep/terraform-provider-smallstep","last_synced_at":"2025-07-15T05:38:43.643Z","repository":{"id":155496128,"uuid":"629214768","full_name":"smallstep/terraform-provider-smallstep","owner":"smallstep","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-10T19:50:52.000Z","size":12449,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-10T19:57:05.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smallstep.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,"zenodo":null}},"created_at":"2023-04-17T21:35:04.000Z","updated_at":"2025-02-24T22:05:43.000Z","dependencies_parsed_at":"2023-09-21T22:00:41.410Z","dependency_job_id":"6a0350b0-df1b-4d19-b7c6-c1dc9410a351","html_url":"https://github.com/smallstep/terraform-provider-smallstep","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding-framework","purl":"pkg:github/smallstep/terraform-provider-smallstep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallstep%2Fterraform-provider-smallstep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallstep%2Fterraform-provider-smallstep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallstep%2Fterraform-provider-smallstep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallstep%2Fterraform-provider-smallstep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smallstep","download_url":"https://codeload.github.com/smallstep/terraform-provider-smallstep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smallstep%2Fterraform-provider-smallstep/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265411447,"owners_count":23760617,"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":[],"created_at":"2024-11-14T08:34:16.042Z","updated_at":"2025-07-15T05:38:43.635Z","avatar_url":"https://github.com/smallstep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Smallstep\n\n## Usage\n\nThe Terraform Registry has [Documentation for using the Smallstep provider](https://registry.terraform.io/providers/smallstep/smallstep/latest/docs).\n\n## Developing\n\nThis repository is based on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework).\n\nIt uses an API client generated from Smallstep's OpenAPI spec.\nThe generated client and server can be copied from the API repo to internal/apiclient and internal/apiserver.\nThe generated server is only used to get documentation for fields since it embedds OpenAPI spec.\n\n### Requirements\n\n- [Terraform](https://www.terraform.io/downloads.html) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.20\n\n### Building The Provider\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n### Documentation\n\nTo generate or update documentation, run `go generate`.\n\n### Testing\nIn order to run the full suite of Acceptance tests, run `make testacc`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n```shell\nmake testacc\n```\n\nUse these environment variables to configure the account the tests run against:\n* SMALLSTEP_API_TOKEN\n* SMALLSTEP_API_URL\n* SMALLSTEP_CA_DOMAIN\n\nA sweeper is defined to clean up all authorities older than 1 day unless the authority domain begins with `keep-`.\n\n```shell\nmake sweep\n```\n\n\nTo test the provider with terraform locally, first ensure your $HOME/.terraformrc has a dev_override for this provider:\n```\nprovider_installation {\n\n  dev_overrides {\n      \"smallstep/smallstep\" = \"/home/\u003cUSER\u003e/go/bin/\"\n  }\n\n  # For all other providers, install them directly from their origin provider\n  # registries as normal. If you omit this, Terraform will _only_ use\n  # the dev_overrides block, and so no other providers will be available.\n  direct {}\n}\n```\n\nThen you can run `go install` from the root of this repo and use `terraform apply`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallstep%2Fterraform-provider-smallstep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmallstep%2Fterraform-provider-smallstep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmallstep%2Fterraform-provider-smallstep/lists"}