{"id":18209002,"url":"https://github.com/icinga/terraform-provider-icinga2","last_synced_at":"2025-04-02T17:32:06.780Z","repository":{"id":37852268,"uuid":"93446110","full_name":"Icinga/terraform-provider-icinga2","owner":"Icinga","description":"Terraform Icinga2 provider","archived":false,"fork":false,"pushed_at":"2023-03-22T00:59:32.000Z","size":8348,"stargazers_count":21,"open_issues_count":12,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-17T09:11:22.809Z","etag":null,"topics":["icinga2","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://www.terraform.io/docs/providers/icinga2/","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/Icinga.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":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-05T20:54:11.000Z","updated_at":"2023-05-15T18:54:36.000Z","dependencies_parsed_at":"2024-06-19T00:25:59.863Z","dependency_job_id":null,"html_url":"https://github.com/Icinga/terraform-provider-icinga2","commit_stats":{"total_commits":117,"total_committers":27,"mean_commits":4.333333333333333,"dds":0.811965811965812,"last_synced_commit":"eeaa1c286523292f5ce505074e8053400090b0bb"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fterraform-provider-icinga2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fterraform-provider-icinga2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fterraform-provider-icinga2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icinga%2Fterraform-provider-icinga2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Icinga","download_url":"https://codeload.github.com/Icinga/terraform-provider-icinga2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246860161,"owners_count":20845620,"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":["icinga2","terraform","terraform-provider"],"created_at":"2024-11-03T14:03:42.679Z","updated_at":"2025-04-02T17:32:06.307Z","avatar_url":"https://github.com/Icinga.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform Provider\n==================\n\n- Website: https://www.terraform.io\n- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby)\n- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool)\n\n\u003cimg src=\"https://cdn.rawgit.com/hashicorp/terraform-website/master/content/source/assets/images/logo-hashicorp.svg\" width=\"600px\"\u003e\n\n[![Build Status](https://github.com/Icinga/terraform-provider-icinga2/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Icinga/terraform-provider-icinga2/actions/workflows/unit-tests.yml/badge.svg)\n[![Build Status](https://github.com/Icinga/terraform-provider-icinga2/actions/workflows/acceptance-tests.yml/badge.svg)](https://github.com/Icinga/terraform-provider-icinga2/actions/workflows/acceptance-tests.yml/badge.svg)\n\nRequirements\n------------\n\n-\t[Terraform](https://www.terraform.io/downloads.html) 0.12.x\n-\t[Go](https://golang.org/doc/install) 1.16 (to build the provider plugin)\n\nBuilding The Provider\n---------------------\n\nClone repository to: `$GOPATH/src/github.com/Icinga/terraform-provider-icinga2`\n\n```sh\n$ mkdir -p $GOPATH/src/github.com/Icinga; cd $GOPATH/src/github.com/Icinga\n$ git clone git@github.com:Icinga/terraform-provider-icinga2\n```\n\nEnter the provider directory and build the provider\n\n```sh\n$ cd $GOPATH/src/github.com/Icinga/terraform-provider-$PROVIDER_NAME\n$ make build\n```\n\nUsing the provider\n----------------------\nThe documentation for this provider is at the [Terraform Icinga2 provider docs](https://www.terraform.io/docs/providers/icinga2/)\n\nDeveloping the Provider\n---------------------------\n\nIf you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.13+ is *required*). You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.\n\nTo compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n```sh\n$ make bin\n...\n$ $GOPATH/bin/terraform-provider-icinga2\n...\n```\n\nIn order to test the provider, you can simply run `make test`.\n\n```sh\n$ make test\n```\n\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\nFor this provider you will need access to an Icinga2 server to run the acceptance tests.\n\n```sh\n$ make testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficinga%2Fterraform-provider-icinga2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficinga%2Fterraform-provider-icinga2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficinga%2Fterraform-provider-icinga2/lists"}