{"id":19968371,"url":"https://github.com/floydspace/terraform-provider-wso2apim","last_synced_at":"2025-03-01T17:43:11.192Z","repository":{"id":226511902,"uuid":"768890061","full_name":"floydspace/terraform-provider-wso2apim","owner":"floydspace","description":"🚪 Terraform provider for managing APIs on WSO2 API Manager.","archived":false,"fork":false,"pushed_at":"2024-03-18T12:43:23.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T18:20:50.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/floydspace/wso2apim","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/floydspace.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}},"created_at":"2024-03-07T23:21:33.000Z","updated_at":"2024-03-18T16:28:34.000Z","dependencies_parsed_at":"2024-03-08T01:25:16.395Z","dependency_job_id":"c6821895-a6f1-4e8e-8ad0-d8acfbb54b7f","html_url":"https://github.com/floydspace/terraform-provider-wso2apim","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"7785c6e44336f7bd189c9a6d7bcbe9b0198cbf27"},"previous_names":["floydspace/terraform-provider-wso2apim"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydspace%2Fterraform-provider-wso2apim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydspace%2Fterraform-provider-wso2apim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydspace%2Fterraform-provider-wso2apim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floydspace%2Fterraform-provider-wso2apim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floydspace","download_url":"https://codeload.github.com/floydspace/terraform-provider-wso2apim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240238436,"owners_count":19769938,"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-13T02:45:37.563Z","updated_at":"2025-03-01T17:43:11.158Z","avatar_url":"https://github.com/floydspace.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-wso2apim\n\nThis is a terraform provider for managing APIs on WSO2 API Manager.\n\n## Example\n\n```tf\nprovider \"wso2apim\" {\n  host          = \"https://localhost:9443\"\n  client_id     = \"NPA\"\n  client_secret = \"123456\"\n}\n\nresource \"wso2apim_application\" \"example\" {\n  name             = \"foo-service\"\n  description      = \"This is a foo service\"\n  throttling_policy = \"Unlimited\"\n  token_type       = \"JWT\"\n}\n\noutput \"application_id\" {\n  value = wso2apim_application.example.id\n}\n```\n\n## Installation\n\nAdd the following to your terraform configuration\n\n```tf\nterraform {\n  required_providers {\n    wso2apim = {\n      source  = \"floydspace/wso2apim\"\n      version = \"~\u003e 0.1.0\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloydspace%2Fterraform-provider-wso2apim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloydspace%2Fterraform-provider-wso2apim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloydspace%2Fterraform-provider-wso2apim/lists"}