{"id":28352637,"url":"https://github.com/intercloud/terraform-provider-autonomi","last_synced_at":"2026-04-29T09:35:29.303Z","repository":{"id":254868819,"uuid":"826688308","full_name":"intercloud/terraform-provider-autonomi","owner":"intercloud","description":"Terraform provider for Autonomi platform","archived":false,"fork":false,"pushed_at":"2024-11-12T21:46:31.000Z","size":221,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-20T14:40:02.991Z","etag":null,"topics":["intercloud","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/intercloud/autonomi","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/intercloud.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,"zenodo":null}},"created_at":"2024-07-10T07:27:37.000Z","updated_at":"2024-10-08T13:24:00.000Z","dependencies_parsed_at":"2024-08-26T17:57:06.227Z","dependency_job_id":"166bddb6-8be4-4d5f-9b20-96a2b5b66262","html_url":"https://github.com/intercloud/terraform-provider-autonomi","commit_stats":null,"previous_names":["intercloud/terraform-provider-autonomi"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/intercloud/terraform-provider-autonomi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intercloud%2Fterraform-provider-autonomi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intercloud%2Fterraform-provider-autonomi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intercloud%2Fterraform-provider-autonomi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intercloud%2Fterraform-provider-autonomi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intercloud","download_url":"https://codeload.github.com/intercloud/terraform-provider-autonomi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intercloud%2Fterraform-provider-autonomi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32420348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["intercloud","terraform","terraform-provider"],"created_at":"2025-05-28T00:07:15.554Z","updated_at":"2026-04-29T09:35:29.291Z","avatar_url":"https://github.com/intercloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Autonomi\n\nUse the Autonomi provider to interact with the many resources supported by Autonomi. You must configure the provider with the proper credential before you can use it.\n\n## Example Usage\n\n```terraform\nterraform {\n  required_providers {\n    autonomi = {\n      source = \"intercloud/autonomi\"\n    }\n  }\n}\n\nprovider \"autonomi\" {\n  terms_and_conditions = true\n}\n\nresource \"autonomi_workspace\" \"workspace_test\" {\n  name = \"Workspace created with Terraform\"\n  description = \"from autonomi with \u003c3\"\n}\n```\n\n## Authentication and Configuration\n\nConfiguration for the Autonomi Provider can be derived from several sources, which are applied in the following order:\n\n1. Parameters in the provider configuration\n2. Environment variables\n\n### Provider configuration\n\nAccess can be allowed by adding a personal access token to the autonomi provider block.\nThe [terms and conditions](https://docs.autonomi-platform.com/docs/legal) must be accepted to be able to deploy resources.\n\nUsage:\n\n```terraform\nprovider \"autonomi\" {\n  terms_and_conditions = true\n  personal_access_token = \"my-personnal-access-token\"\n}\n```\n\n### Environment Variables\n\nAccess can be allowed by using the `AUTONOMI_PAT` environment variables. For a local usage the variables `AUTONOMI_HOST_URL` and `AUTONOMI_CATALOG_URL` must also be set.\n\nFor example:\n\n```terraform\nprovider \"autonomi\" {\n  terms_and_conditions = true\n}\n```\n\n```bash\nexport AUTONOMI_PAT=\u003cmy-personal-access-token\u003e\nexport AUTONOMI_HOST_URL=\u003cautonomi-api-url\u003e\nexport AUTONOMI_CATALOG_URL=\u003cautonomi-catalog-url\u003e\nterraform plan\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintercloud%2Fterraform-provider-autonomi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintercloud%2Fterraform-provider-autonomi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintercloud%2Fterraform-provider-autonomi/lists"}