{"id":24977933,"url":"https://github.com/mondata-dev/terraform-provider-sap-di","last_synced_at":"2026-07-16T13:01:47.598Z","repository":{"id":215285252,"uuid":"738557745","full_name":"mondata-dev/terraform-provider-sap-di","owner":"mondata-dev","description":"A terraform provider for SAP DI","archived":false,"fork":false,"pushed_at":"2024-05-17T16:04:37.000Z","size":397,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-23T18:28:46.942Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mondata-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-03T14:00:06.000Z","updated_at":"2024-01-03T14:01:31.000Z","dependencies_parsed_at":"2024-06-21T04:05:57.815Z","dependency_job_id":"45942110-767b-48a3-8442-bdfd36726d1c","html_url":"https://github.com/mondata-dev/terraform-provider-sap-di","commit_stats":null,"previous_names":["mondata-dev/terraform-provider-sap-di"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mondata-dev/terraform-provider-sap-di","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondata-dev%2Fterraform-provider-sap-di","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondata-dev%2Fterraform-provider-sap-di/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondata-dev%2Fterraform-provider-sap-di/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondata-dev%2Fterraform-provider-sap-di/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mondata-dev","download_url":"https://codeload.github.com/mondata-dev/terraform-provider-sap-di/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mondata-dev%2Fterraform-provider-sap-di/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35544514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-02-03T23:42:19.688Z","updated_at":"2026-07-16T13:01:47.556Z","avatar_url":"https://github.com/mondata-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider for SAP DI\n\nThis is the repository for the Terraform SAP DI provider, which one can use with Terraform to work with SAP DI.\n\n**Disclaimer**: This provider is currently in alpha stage and is not yet ready for production use.\nThis is a community project and not officially supported by SAP.\nProceed with caution.\n\n## Requirements\n\n- [Terraform](https://developer.hashicorp.com/terraform/downloads) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.20\n\n## Building The Provider\n\n1. Clone the repository\n1. Enter the repository directory\n1. Build the provider using the Go `install` command:\n\n```shell\ngo install\n```\n\n## Adding Dependencies\n\nThis provider uses [Go modules](https://github.com/golang/go/wiki/Modules).\nPlease see the Go documentation for the most up to date information about using Go modules.\n\nTo add a new dependency `github.com/author/dependency` to your Terraform provider:\n\n```shell\ngo get github.com/author/dependency\ngo mod tidy\n```\n\nThen commit the changes to `go.mod` and `go.sum`.\n\n## Using the provider\n\nFill this in for each provider\n\n## Developing the Provider\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (see [Requirements](#requirements) above).\n\nTo compile the provider, run `go install`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\nTo compile the provider fo another OS/Architecture, run `GOOS=\u003cOS\u003e GOARCH=\u003cARCH\u003e go build .`.\n\nTo generate or update documentation, run `go generate`.\n\nIn order to run the full suite of Acceptance tests, run `make testacc`.\nCurrently, these tests only test against a local mock server which can be started manually with `make start-mock-server`.\n\n*Note:* Acceptance tests create real resources, and often cost money to run.\n\n```shell\nmake testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondata-dev%2Fterraform-provider-sap-di","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmondata-dev%2Fterraform-provider-sap-di","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmondata-dev%2Fterraform-provider-sap-di/lists"}