{"id":20426464,"url":"https://github.com/getmoss/terraform-provider-metabase","last_synced_at":"2025-04-12T19:08:10.167Z","repository":{"id":37859925,"uuid":"444438464","full_name":"getmoss/terraform-provider-metabase","owner":"getmoss","description":"A terraform provider for Metabase","archived":false,"fork":false,"pushed_at":"2025-03-17T12:59:57.000Z","size":154,"stargazers_count":4,"open_issues_count":13,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T19:07:51.159Z","etag":null,"topics":["metabase","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/getmoss/metabase/latest/docs","language":"Go","has_issues":false,"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/getmoss.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}},"created_at":"2022-01-04T13:56:28.000Z","updated_at":"2025-03-17T13:00:00.000Z","dependencies_parsed_at":"2023-11-09T13:43:32.483Z","dependency_job_id":"17be85df-de45-452c-9c3c-a9518d5cc81d","html_url":"https://github.com/getmoss/terraform-provider-metabase","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmoss%2Fterraform-provider-metabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmoss%2Fterraform-provider-metabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmoss%2Fterraform-provider-metabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getmoss%2Fterraform-provider-metabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getmoss","download_url":"https://codeload.github.com/getmoss/terraform-provider-metabase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618276,"owners_count":21134200,"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":["metabase","terraform"],"created_at":"2024-11-15T07:16:38.233Z","updated_at":"2025-04-12T19:08:10.146Z","avatar_url":"https://github.com/getmoss.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Metabase\n\nTerraform provider for [Metabase](https://metabase.com/). It is built using the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) \u0026 [Metabase APIs](https://metabase.com/docs/latest/api-documentation.html#permissions).\n\n__________________\n## Using the provider\n\nInitialise the provider with `host`, `username` \u0026 `password`:\n\n```tf\nprovider \"metabase\" {\n  username = var.username\n  password = var.password\n  host     = var.host\n}\n```\n\n**Ensure the host value doesn't contain a slash '/' at the end**\n\n## Developing the Provider\nCheckout [notes](./development.md)\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 for Silicon M1 run `GOOS=darwin GOARCH=arm64 go build -o terraform-provider-metabase .`\n\nTo generate or update documentation, run `go generate`.\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\n```sh\n$ make testacc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetmoss%2Fterraform-provider-metabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetmoss%2Fterraform-provider-metabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetmoss%2Fterraform-provider-metabase/lists"}